Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cguertuerk committed Nov 2, 2017
1 parent b9aa705 commit b5f0fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ ssh \
-o StrictHostKeyChecking=no \
-N $TUNNEL_HOST \
-L *:$LOCAL_PORT:$REMOTE_HOST:$REMOTE_PORT \
while true; do sleep 30; done;
&& while true; do sleep 1; done;
EXPOSE 1-65535

0 comments on commit b5f0fe6

Please sign in to comment.