mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-05-17 11:39:30 +08:00
Update Dockerfile
This commit is contained in:
parent
b989556613
commit
883740952f
@ -3,8 +3,7 @@ FROM node:6.11.5
|
|||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY package.json .
|
COPY package.json .
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
COPY . .
|
||||||
|
|
||||||
EXPOSE 8080
|
|
||||||
CMD [ "npm", "start" ]
|
CMD [ "npm", "start" ]
|
||||||
|
|
||||||
COPY . .
|
|
Loading…
x
Reference in New Issue
Block a user