Skip to content

Commit fbf0f85

Browse files
committed
feat(getcloser): change dev docker compose NEXT_PUBLIC_API_BASE path
1 parent 9a9bd17 commit fbf0f85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

getcloser/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- "3000:3000"
1212
environment:
1313
NODE_ENV: development
14-
NEXT_PUBLIC_API_BASE: http://backend:8000
14+
NEXT_PUBLIC_API_BASE: http://backend:8000/api
1515
volumes:
1616
- ./frontend:/app
1717
- /app/node_modules

0 commit comments

Comments
 (0)