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 7a35781 commit 04568afCopy full SHA for 04568af
Dockerfile
@@ -2,7 +2,7 @@ FROM node:20
2
3
ENV NODE_ENV=production
4
5
-ARG API_URI=http://localhost:3001
+ARG API_URI=http://api:3001
6
ENV NEXT_PUBLIC_API_URI $API_URI
7
8
ARG API_TIMEOUT=5000
0 commit comments