Skip to content

Commit 41b9d08

Browse files
committed
Fix vue-spa failing build
1 parent d93d401 commit 41b9d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue-spa/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM node:16.2.0-alpine3.13 as build-stage
33
WORKDIR /app
44
COPY package*.json ./
5-
RUN npm ci --production
5+
RUN npm ci
66
COPY . .
77
RUN npm run build
88

0 commit comments

Comments
 (0)