This commit is contained in:
2024-12-29 12:43:58 +00:00
parent 39574a6599
commit 301e6de152
18 changed files with 2234 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
services:
web:
build: .
ports:
- "3000:3000"
volumes:
- .:/usr/src/app
- ./node_modules:/usr/src/app/node_modules
command: ["yarn", "dev"]
# Database