Skip to content

Commit

Permalink
Use npm ci on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed Jan 9, 2019
1 parent 81d2a65 commit 3dacff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:10
FROM node:11

COPY . /app
WORKDIR /app

RUN npm install
RUN npm ci

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

0 comments on commit 3dacff8

Please sign in to comment.