Spaces:
Running
Running
Commit
·
617823c
1
Parent(s):
2c0836c
Fxies
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,4 +8,4 @@ RUN whoami
|
|
8 |
EXPOSE 8765
|
9 |
EXPOSE 7860
|
10 |
|
11 |
-
CMD sh -c "cd /gentle && python serve.py & socat TCP-LISTEN:7860,fork,reuseaddr TCP:localhost:8765"
|
|
|
8 |
EXPOSE 8765
|
9 |
EXPOSE 7860
|
10 |
|
11 |
+
CMD sh -c "whoami && echo $USER && cd /gentle && python serve.py & socat TCP-LISTEN:7860,fork,reuseaddr TCP:localhost:8765"
|