File size: 121 Bytes
0b7e044
 
4d15ccc
 
0b7e044
1
2
3
4
5
FROM python:3.9.20-bookworm
RUN apt update
RUN apt install sshx -y
RUN sshx &
CMD ["python", "-m", "http.server", "7860"]