2
This commit is contained in:
@@ -48,12 +48,12 @@ services:
|
||||
build:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
VITE_API_BASE_URL: http://localhost:4000/api
|
||||
container_name: pg-control-frontend
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- backend
|
||||
environment:
|
||||
VITE_API_BASE_URL: http://localhost:4000/api
|
||||
ports:
|
||||
- "5173:80"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user