mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-05-17 11:39:30 +08:00
no need for such a long workdir
This commit is contained in:
parent
4c04d52c3c
commit
c97dcc5608
@ -1,5 +1,5 @@
|
||||
FROM node
|
||||
WORKDIR /usr/src/app
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN npm install
|
||||
CMD [ "npm", "start" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user