This commit is contained in:
2026-05-05 12:30:09 +02:00
parent a2ff464367
commit 061c4f4c87
4 changed files with 4 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
bilder

Submodule backend updated: e9a0e12276...690a640b31

View File

@@ -6,6 +6,7 @@ services:
volumes: volumes:
- ./backend:/app - ./backend:/app
- /app/node_modules - /app/node_modules
- ./bilder:/bilder
ports: ports:
- "3000:3000" - "3000:3000"
depends_on: depends_on: