fix: update application properties and Dockerfile for local development configuration
This commit is contained in:
@@ -39,8 +39,6 @@ services:
|
||||
frontend:
|
||||
build:
|
||||
context: ./frontend
|
||||
args:
|
||||
VITE_BASE_URL: "http://localhost:8082/api"
|
||||
container_name: todo-frontend
|
||||
ports:
|
||||
- "5173:80"
|
||||
|
||||
Reference in New Issue
Block a user