im not proud of this
This commit is contained in:
parent
527bf773d4
commit
8422b4fe59
7
.build/prod/Dockerfile
Normal file
7
.build/prod/Dockerfile
Normal 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
6
.build/prod/compose.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
services:
|
||||||
|
nineeleven:
|
||||||
|
build:
|
||||||
|
context: ../../
|
||||||
|
dockerfile: .build/prod/Dockerfile
|
||||||
|
image: git.shihaam.me/shihaam/911
|
Loading…
x
Reference in New Issue
Block a user