Nodiw52992 commited on
Commit
be37943
·
verified ·
1 Parent(s): 1aa7685

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -46,4 +46,4 @@ RUN pip install --no-cache-dir requests
46
  # Expose the necessary ports: 7860 for the dummy HTTP server
47
  EXPOSE 7860
48
 
49
- CMD python -m http.server 7860 & ./sshx
 
46
  # Expose the necessary ports: 7860 for the dummy HTTP server
47
  EXPOSE 7860
48
 
49
+ CMD python -m http.server 7860 > /dev/null 2>&1 & ./sshx