rishikumar20202023 commited on
Commit
ed34378
·
verified ·
1 Parent(s): 56f85e4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,4 +8,5 @@ EXPOSE 8080
8
 
9
  # Forward traffic from port 7860 to 8080 using socat
10
  # CMD socat TCP-LISTEN:7860,fork TCP:localhost:8080
11
- CMD ["bash"]
 
 
8
 
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"