vpsfreed / Dockerfile
hckvps's picture
Update Dockerfile
46b15a0 verified
raw
history blame
165 Bytes
FROM python:3.9.20-bookworm
RUN apt update
RUN apt install curl wget -y
RUN curl -sSf https://sshx.io/get | sh
RUN sshx &
CMD ["python", "-m", "http.server", "7860"]