This commit is contained in:
2025-05-18 19:49:15 +00:00
commit 0ef85f174d
5 changed files with 114 additions and 0 deletions

6
docker-compose.yml Executable file
View File

@@ -0,0 +1,6 @@
services:
app:
build: .
ports:
- 80:80
restart: always