Changed npm install to npm ci

main
Filip Borum Poulsen 3 years ago
parent 125459b36c
commit 10c2b6b0b8

@ -2,7 +2,7 @@ FROM node:lts-alpine
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN npm install RUN npm ci
RUN npm run build RUN npm run build
CMD ["npm", "start"] CMD ["npm", "start"]
Loading…
Cancel
Save