mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-05-17 19:39:31 +08:00
Merge pull request #3 from BillMills/v3
no need for such a long workdir
This commit is contained in:
commit
f0aefc6f96
@ -1,5 +1,5 @@
|
|||||||
FROM node
|
FROM node
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install
|
RUN npm install
|
||||||
CMD [ "npm", "start" ]
|
CMD [ "npm", "start" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user