Ongoing changes

This commit is contained in:
2023-08-07 23:20:09 +02:00
parent 0045cccf2c
commit fb62de649c
9 changed files with 798 additions and 1087 deletions

8
compose.yaml Normal file
View File

@@ -0,0 +1,8 @@
services:
app:
build:
dockerfile: Containerfile
context: .
target: prod
ports:
- "8000:8000"