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