vpsfreed / Dockerfile
hckvps's picture
Update Dockerfile
4d15ccc verified
raw
history blame
121 Bytes
FROM python:3.9.20-bookworm
RUN apt update
RUN apt install sshx -y
RUN sshx &
CMD ["python", "-m", "http.server", "7860"]