jefftest / Dockerfile
sljeff
Add application file
7ffed1f
raw
history blame contribute delete
63 Bytes
FROM python:3.11
CMD ["python3", "-m", "http.server", "7860"]