rishikumar20202023 commited on
Commit
6e74a89
·
verified ·
1 Parent(s): ed34378

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ EXPOSE 8080
9
  # Forward traffic from port 7860 to 8080 using socat
10
  # CMD socat TCP-LISTEN:7860,fork TCP:localhost:8080
11
  # CMD ["bash"]
12
- CMD bash -c "/bin/bash & socat TCP-LISTEN:7860,fork TCP:localhost:8080"
 
9
  # Forward traffic from port 7860 to 8080 using socat
10
  # CMD socat TCP-LISTEN:7860,fork TCP:localhost:8080
11
  # CMD ["bash"]
12
+ CMD bash -c "bash & socat TCP-LISTEN:7860,fork TCP:localhost:8080"