Skip to content

Commit

Permalink
stripe attempt #4: add stripe key into dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratchet7x5 committed Dec 12, 2024
1 parent eb1cca7 commit b67c04c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/Dockerfile.auis
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ENV VITE_API_URL="https://auis-api.fly.dev"
ENV VITE_STRAPI_URL="https://auis-strapi.fly.dev"
ENV VITE_APP_URL="https://auis.fly.dev"
ENV VITE_APP_NAME="AUIS"
ENV VITE_STRIPE_PUBLISHABLE_KEY="pk_test_51PPclyP464csY2UpQPZ4cpWlyupAwPXfvWZRIG0zy9BhlYE8GmR4LYEytjFKOjMS6o5oXF5I0QMB8RWcc0TqsNxC00Nz3UAH14"

# Mount secrets into Dockerfile and set environment variables
RUN yarn run build
Expand Down

0 comments on commit b67c04c

Please sign in to comment.