Update nginx-nodejs-redis/web/Dockerfile
Co-authored-by: Guillaume Lours <guillaume@lours.me>
This commit is contained in:
parent
d9155c4db0
commit
60d352e4a7
@ -2,8 +2,8 @@ FROM node:14.17.3-alpine3.14
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY ./package.json ./
|
||||
RUN npm install
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci
|
||||
COPY ./server.js ./
|
||||
|
||||
CMD ["npm","start"]
|
||||
|
Loading…
Reference in New Issue
Block a user