Skip to content

Commit

Permalink
add NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY to docker build (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaister authored Oct 27, 2024
1 parent 85acee7 commit 6127794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN --mount=type=secret,id=SUPABASE_SERVICE_KEY,env=SUPABASE_SERVICE_KEY \
--mount=type=secret,id=NEXT_PUBLIC_SUPABASE_URL,env=NEXT_PUBLIC_SUPABASE_URL \
--mount=type=secret,id=NEXT_PUBLIC_SUPABASE_ANON_KEY,env=NEXT_PUBLIC_SUPABASE_ANON_KEY \
--mount=type=secret,id=NEXT_PUBLIC_ROOT_DOMAIN,env=NEXT_PUBLIC_ROOT_DOMAIN \
--mount=type=secret,id=NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY,env=NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY \
npm run build

# --- Production ---
Expand Down

0 comments on commit 6127794

Please sign in to comment.