Fix jwt-token
This commit is contained in:
@@ -87,8 +87,8 @@ services:
|
||||
context: ./client
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
VITE_API_URL: http://localhost:3002/api
|
||||
VITE_WS_URL: ws://localhost:3002
|
||||
VITE_API_URL: ${VITE_API_URL:-/drones/api}
|
||||
VITE_WS_URL: ${VITE_WS_URL:-/drones}
|
||||
NODE_ENV: production
|
||||
container_name: drone-detection-frontend
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user