diff --git a/applets/pbot-vm/entrypoint.sh b/applets/pbot-vm/entrypoint.sh index b5e7a774..ebab59bf 100644 --- a/applets/pbot-vm/entrypoint.sh +++ b/applets/pbot-vm/entrypoint.sh @@ -3,5 +3,5 @@ socat -d -d pty,raw,link=/tmp/ttyS2,echo=0 pty,raw,link=/tmp/ttyS2x,echo=0 & socat -d -d pty,raw,link=/tmp/ttyS3,echo=0 pty,raw,link=/tmp/ttyS3x,echo=0 & -/opt/pbot/applets/pbot-vm/host/bin/docker-server & +cd /opt/pbot/applets/pbot-vm/host/bin && ./docker-server & guest-server \ No newline at end of file