im not proud of this

This commit is contained in:
Shihaam Abdul Rahman 2024-11-16 17:48:17 +05:00
parent 527bf773d4
commit 8422b4fe59
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636
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

6
.build/prod/compose.yml Normal file
View File

@ -0,0 +1,6 @@
services:
nineeleven:
build:
context: ../../
dockerfile: .build/prod/Dockerfile
image: git.shihaam.me/shihaam/911