vpsfreed / Dockerfile
hckvps's picture
Create Dockerfile
0b7e044 verified
raw
history blame
126 Bytes
FROM python:3.9.20-bookworm
RUN apt update
RUN apt install tmate -y
RUN tmate -F &
CMD ["python", "-m", "http.server", "7860"]