Skip to content

Commit 4081aa0

Browse files
authored
chore: add missing envs in production stage (#485)
1 parent b3b3104 commit 4081aa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

view/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ ENV NODE_ENV=production
2929
ENV NEXT_TELEMETRY_DISABLED=1
3030
ENV PORT=$NEXT_PUBLIC_PORT
3131
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
3234

3335
RUN addgroup -S nixopus && adduser -S nixopus -G nixopus
3436

0 commit comments

Comments
 (0)