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 b3b3104 commit 4081aa0Copy full SHA for 4081aa0
view/Dockerfile
@@ -29,6 +29,8 @@ ENV NODE_ENV=production
29
ENV NEXT_TELEMETRY_DISABLED=1
30
ENV PORT=$NEXT_PUBLIC_PORT
31
ENV NEXT_PUBLIC_PORT=$NEXT_PUBLIC_PORT
32
+ENV NEXT_PUBLIC_API_URL=$NEXT_PUBLIC_API_URL
33
+ENV NEXT_PUBLIC_WEBSITE_DOMAIN=$NEXT_PUBLIC_WEBSITE_DOMAIN
34
35
RUN addgroup -S nixopus && adduser -S nixopus -G nixopus
36
0 commit comments