File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ components:
8787 command :
8888 - sh
8989 - -c
90- - " nohup /entrypoint.sh & nohup /sshd.start & nohup node /opt/www/server.js & tail -f /dev/null"
90+ - " nohup /entrypoint.sh & nohup /sshd.start & pushd /opt/www/ && nohup node /opt/www/server.js & tail -f /dev/null"
9191 endpoints :
9292 - name : che-code-sshd
9393 attributes :
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ components:
8787 command :
8888 - sh
8989 - -c
90- - " nohup /entrypoint.sh & nohup /sshd.start & nohup node /opt/www/server.js & tail -f /dev/null"
90+ - " nohup /entrypoint.sh & nohup /sshd.start & pushd /opt/www/ && nohup node /opt/www/server.js & tail -f /dev/null"
9191 endpoints :
9292 - name : che-code-sshd
9393 attributes :
You can’t perform that action at this time.
0 commit comments