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

Update Dockerfile

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