feat(backend added)

This commit is contained in:
2026-06-03 23:09:21 -06:00
parent 893b64737d
commit 43639e4de7
10 changed files with 97 additions and 217 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
app:
build:
context: .
dockerfile: backend/Dockerfile
ports:
- "3000:3000"
restart: unless-stopped
environment:
- PORT=3000