Skip to content

Commit 3dacff8

Browse files
committed
Use npm ci on deployment
1 parent 81d2a65 commit 3dacff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM node:10
1+
FROM node:11
22

33
COPY . /app
44
WORKDIR /app
55

6-
RUN npm install
6+
RUN npm ci
77

88
RUN npm run build && mv /app/public /public

0 commit comments

Comments
 (0)