mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix: docker: io: get back port
This commit is contained in:
parent
a44a28f496
commit
665ed9c2e9
1 changed files with 1 additions and 2 deletions
|
|
@ -41,8 +41,7 @@ ENV cloudcmd_terminal=true
|
|||
ENV cloudcmd_terminal_path=gritty
|
||||
ENV cloudcmd_open=false
|
||||
ENV PATH=node_modules/.bin:$PATH
|
||||
ENV PORT=1337
|
||||
|
||||
EXPOSE 1337
|
||||
EXPOSE 8000
|
||||
|
||||
ENTRYPOINT ["/usr/src/cloudcmd/bin/cloudcmd.js"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue