gvisor/images/basic/python/Dockerfile

3 lines
65 B
Docker

FROM python:3
ENTRYPOINT ["python", "-m", "http.server", "8080"]