FROM python:3.10-alpine

COPY index.html /html/index.html

CMD python -m http.server --directory /html 8000