Skip to content

Commit ecfb897

Browse files
committed
Update docker compose override file
1 parent d039bb6 commit ecfb897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker-compose.override.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ services:
7979
build:
8080
context: ./frontend
8181
args:
82-
- VITE_API_URL=http://${DOMAIN?Variable not set}
82+
- VITE_API_URL=http://api.${DOMAIN?Variable not set}
8383
- NODE_ENV=development
8484

8585
networks:

0 commit comments

Comments
 (0)