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 9a9bd17 commit fbf0f85Copy full SHA for fbf0f85
1 file changed
getcloser/docker-compose.dev.yml
@@ -11,7 +11,7 @@ services:
11
- "3000:3000"
12
environment:
13
NODE_ENV: development
14
- NEXT_PUBLIC_API_BASE: http://backend:8000
+ NEXT_PUBLIC_API_BASE: http://backend:8000/api
15
volumes:
16
- ./frontend:/app
17
- /app/node_modules
0 commit comments