mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 09:24:07 +00:00
feature(docker) add entrypoint
This commit is contained in:
parent
c4a246293e
commit
7c82f88055
2 changed files with 5 additions and 0 deletions
|
|
@ -10,4 +10,7 @@ COPY . /usr/src/app
|
|||
|
||||
EXPOSE 8000
|
||||
|
||||
ENTRYPOINT: ["npm", "start", "--"]
|
||||
|
||||
CMD [ "npm", "start" ]
|
||||
|
||||
|
|
|
|||
|
|
@ -10,4 +10,6 @@ COPY . /usr/src/app
|
|||
|
||||
EXPOSE 8000
|
||||
|
||||
ENTRYPOINT: ["npm", "start", "--"]
|
||||
|
||||
CMD [ "npm", "start" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue