We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d039bb6 commit ecfb897Copy full SHA for ecfb897
docker-compose.override.yml
@@ -79,7 +79,7 @@ services:
79
build:
80
context: ./frontend
81
args:
82
- - VITE_API_URL=http://${DOMAIN?Variable not set}
+ - VITE_API_URL=http://api.${DOMAIN?Variable not set}
83
- NODE_ENV=development
84
85
networks:
0 commit comments