gunicorn
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user