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