docker cmd/entrypoint
This commit is contained in:
parent
8add38bee4
commit
ac85940394
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ RUN npm i
|
||||||
COPY index.js .
|
COPY index.js .
|
||||||
COPY app ./app
|
COPY app ./app
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
CMD ["node", "."]
|
ENTRYPOINT ["node", "."]
|
||||||
|
|
Loading…
Reference in a new issue