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