This commit is contained in:
jeremygan2021
2026-02-10 22:06:07 +08:00
parent 8a3fd6441e
commit a14c2b6240
4 changed files with 10 additions and 4 deletions

View File

@@ -14,7 +14,10 @@ services:
- DB_PORT=5432
frontend:
build: ./frontend
build:
context: ./frontend
args:
- VITE_API_URL=http://6.6.6.66:8000/api
# volumes:
# - ./frontend:/app
# - /app/node_modules