Fix new Frontend 5
This commit is contained in:
@@ -591,13 +591,11 @@ services:
|
||||
dockerfile: Dockerfile.development # Use the existing development Dockerfile
|
||||
args:
|
||||
- NODE_ENV=development
|
||||
- VITE_API_URL=http://localhost:${GATEWAY_PORT:-8000}
|
||||
image: bakery/dashboard:${IMAGE_TAG:-latest}
|
||||
container_name: bakery-dashboard
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
- VITE_API_URL=http://localhost:${GATEWAY_PORT:-8000}
|
||||
- VITE_APP_TITLE=PanIA Dashboard
|
||||
- VITE_APP_VERSION=1.0.0
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user