Skip to content

Commit

Permalink
fix(config): exposing domain env var
Browse files Browse the repository at this point in the history
  • Loading branch information
JaleelB committed Jul 27, 2024
1 parent b772f7d commit 3d6e22f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ ENV DATABASE_URL=$DATABASE_URL \
EMAIL_SERVER_PASSWORD=$EMAIL_SERVER_PASSWORD \
UMAMI_URL=$UMAMI_URL \
UMAMI_DATA_WEBSITE_ID=$UMAMI_DATA_WEBSITE_ID \
NEXT_PUBLIC_APP_URL=$NEXT_PUBLIC_APP_URL
NEXT_PUBLIC_APP_URL=$NEXT_PUBLIC_APP_URL \
NEXT_PUBLIC_DOMAIN=$NEXT_PUBLIC_DOMAIN


# Next.js collects completely anonymous telemetry data about general usage.
Expand Down

0 comments on commit 3d6e22f

Please sign in to comment.