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
|
FROM node:latest
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
|
RUN npm i
|
||||||
|
|
||||||
CMD npm start
|
CMD npm start
|
Loading…
Add table
Add a link
Reference in a new issue