docker image improvement
This commit is contained in:
parent
0706689730
commit
5d44cfb598
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
FROM node:latest
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN npm i
|
||||
|
||||
CMD npm start
|
Loading…
Add table
Add a link
Reference in a new issue