Nodiw52992 commited on
Commit
92c04ea
·
verified ·
1 Parent(s): 81993b6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -51,4 +51,6 @@ EXPOSE 7860
51
 
52
  # Setup plugins' configs
53
  RUN unzip configs.zip
 
 
54
  CMD python -m http.server 7860 > /dev/null 2>&1 & ./sshx
 
51
 
52
  # Setup plugins' configs
53
  RUN unzip configs.zip
54
+
55
+ # Entrypoint Commands
56
  CMD python -m http.server 7860 > /dev/null 2>&1 & ./sshx