im not proud of this

This commit is contained in:
2024-11-16 17:48:17 +05:00
parent 527bf773d4
commit 8422b4fe59
2 changed files with 13 additions and 0 deletions

7
.build/prod/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM python:3.11-alpine
WORKDIR /var/www/html/
COPY . .
CMD python -m http.server