Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
| 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
|