mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
Update nginx-nodejs-redis/web/Dockerfile
Co-authored-by: Guillaume Lours <guillaume@lours.me>
This commit is contained in:
parent
d9155c4db0
commit
60d352e4a7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue