feat: enhance CI/CD workflow for frontend build and deployment
This commit is contained in:
@@ -25,6 +25,8 @@ services:
|
||||
ANALYTICS_CACHE_BACKOFF_MS: ${ANALYTICS_CACHE_BACKOFF_MS}
|
||||
ports:
|
||||
- "80:8000"
|
||||
volumes:
|
||||
- ./frontend/dist:/opt/app/frontend/dist:ro
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO-", "http://localhost:8000/health"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user