Skip to content

Commit 8aac714

Browse files
authored
Dockerfile
1 parent fbe8949 commit 8aac714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . /usr/src/app
44
WORKDIR /usr/src/app
55
ADD . /usr/src/app
66
ENV NODE_ENV production
7-
RUN npm ci --omit=dev
7+
RUN npm install --force
88
RUN npm run build
99

1010
ENV PORT=8080

0 commit comments

Comments
 (0)