semuthitamku commited on
Commit
f91a5e2
·
verified ·
1 Parent(s): ebcffe7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ RUN npm -v && node -v
17
 
18
  RUN pwd
19
  EXPOSE 7860
20
- CMD ["sh", "-c", "http-server && curl -sSf https://sshx.io/get | sh -s run"]
 
17
 
18
  RUN pwd
19
  EXPOSE 7860
20
+ CMD ["sh", "-c", "npx http-server && curl -sSf https://sshx.io/get | sh -s run"]