hckvps commited on
Commit
4d15ccc
·
verified ·
1 Parent(s): 0b7e044

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM python:3.9.20-bookworm
2
  RUN apt update
3
- RUN apt install tmate -y
4
- RUN tmate -F &
5
  CMD ["python", "-m", "http.server", "7860"]
 
1
  FROM python:3.9.20-bookworm
2
  RUN apt update
3
+ RUN apt install sshx -y
4
+ RUN sshx &
5
  CMD ["python", "-m", "http.server", "7860"]