rishikumar20202023 commited on
Commit
7a8425c
·
verified ·
1 Parent(s): 0bf8e9d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM hlohaus789/g4f:latest
4
  RUN apt-get update && apt-get install -y socat
5
 
6
  # Expose the internal port
7
- EXPOSE 8080 7860
8
 
9
  # Forward traffic from port 7860 to 8080 using socat
10
  # CMD socat TCP-LISTEN:7860,fork TCP:localhost:8080
 
4
  RUN apt-get update && apt-get install -y socat
5
 
6
  # Expose the internal port
7
+ EXPOSE 7860
8
 
9
  # Forward traffic from port 7860 to 8080 using socat
10
  # CMD socat TCP-LISTEN:7860,fork TCP:localhost:8080