This commit is contained in:
Bastian Wagner
2026-06-09 09:45:33 +02:00
commit 537c7cbbee
124 changed files with 27283 additions and 0 deletions

2
readme.md Normal file
View File

@@ -0,0 +1,2 @@
docker build -t listify:local .
docker run --env-file .\listify-api\.env -p 8080:80 listify:local