Initial project commit

This commit is contained in:
2022-01-24 21:39:14 +01:00
commit 1e673781cd
20 changed files with 848 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: '3.8'
services:
app:
image: docker.nuyken.dev/flutter-pwa:test
container_name: flutter-pwa-test
restart: unless-stopped
ports:
- "5000:80"