commit
This commit is contained in:
parent
ac6b15ae66
commit
2fef81acc1
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ FROM node:latest
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
COPY package.json ./app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
CMD ["npm", "run", "start"]
|
CMD ["npm", "run", "start"]
|
Loading…
Add table
Add a link
Reference in a new issue