File size: 73 Bytes
c430b2a
 
 
 
 
1
2
3
4
5
6
FROM python:3.12

WORKDIR /

CMD ["python", "-m", "http.server", "7860"]