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
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY ./package.json ./
|
COPY package.json package-lock.json ./
|
||||||
RUN npm install
|
RUN npm ci
|
||||||
COPY ./server.js ./
|
COPY ./server.js ./
|
||||||
|
|
||||||
CMD ["npm","start"]
|
CMD ["npm","start"]
|
||||||
|
Loading…
Reference in New Issue
Block a user