havefun / Dockerfile
ghostplant
initial commit
c430b2a
raw
history blame contribute delete
73 Bytes
FROM python:3.12
WORKDIR /
CMD ["python", "-m", "http.server", "7860"]