Private
Public Access
1
0

added docker

This commit is contained in:
2025-12-22 07:56:48 +01:00
parent 1730c2e5fc
commit 0dc020d64b
5 changed files with 40 additions and 1 deletions

9
compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
rasmusBendtsenDK:
build: .
ports:
- "5001:5001"
volumes:
- ./pages:/app/pages
- ./static/images:/app/static/images
- ./static/video:/app/static/video