Files
2024-11-16 17:48:17 +05:00

8 lines
85 B
Docker

FROM python:3.11-alpine
WORKDIR /var/www/html/
COPY . .
CMD python -m http.server