Guinnessgshep commited on
Commit
bcc0dea
1 Parent(s): e4f1cb0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -30,6 +30,3 @@ RUN curl -s https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip >
30
  RUN NGROK_URL=$(curl --silent --show-error http://localhost:4040/api/tunnels | jq '.tunnels[0].public_url') \
31
  && if [ -z "$NGROK_URL" ]; then echo "Failed to get ngrok URL" && exit 1; fi \
32
  && echo "RDP connection: $NGROK_URL"
33
-
34
- # Keep Docker running
35
- CMD while true; do echo "Keeping Docker running..." && sleep 300; done
 
30
  RUN NGROK_URL=$(curl --silent --show-error http://localhost:4040/api/tunnels | jq '.tunnels[0].public_url') \
31
  && if [ -z "$NGROK_URL" ]; then echo "Failed to get ngrok URL" && exit 1; fi \
32
  && echo "RDP connection: $NGROK_URL"