fix: Remove duplicate /api from VITE_API_URL
All checks were successful
Deploy Development / deploy (push) Successful in 37s
All checks were successful
Deploy Development / deploy (push) Successful in 37s
This commit is contained in:
parent
e4d052f182
commit
9cd85266f6
|
|
@ -52,7 +52,7 @@ services:
|
|||
context: ./frontend
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
VITE_API_URL: http://192.168.2.49:8098/api
|
||||
VITE_API_URL: http://192.168.2.49:8098
|
||||
container_name: dev-shinkan-ui
|
||||
ports:
|
||||
- "3098:80"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user