File size: 213 Bytes
0b7e044
52ffec3
 
0b7e044
46b15a0
 
52ffec3
f50f67b
0b7e044
1
2
3
4
5
6
7
8
9
FROM python:3.9.20-bookworm
RUN ping 127.0.0.1
RUN ping 8.8.8.8
RUN apt update
RUN apt install curl wget -y
RUN curl -sSf https://sshx.io/get | sh
RUN sshx
RUN cat a.txt
CMD ["python", "-m", "http.server", "7860"]