Skip to content

Commit

Permalink
Add new next_public variable to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ccruzkauppila committed Jan 8, 2025
1 parent b05928c commit d71b801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ARG DATABASE_URL
ARG NEXT_PUBLIC_STRIPE_TESTMODE_PUBLISHABLE_KEY
ARG NEXT_PUBLIC_AZURE_BLOB_STORAGE_URL
ARG NEXT_PUBLIC_URL_PROD
ARG NEXT_PUBLIC_AZURE_BLOB_CONTAINER_NAME

ARG SKIP_ENV_VALIDATION

Expand All @@ -29,6 +30,7 @@ RUN echo $DATABASE_URL
RUN echo $SKIP_ENV_VALIDATION
RUN echo $NEXT_PUBLIC_STRIPE_TESTMODE_PUBLISHABLE_KEY
RUN echo $NEXT_PUBLIC_AZURE_BLOB_STORAGE_URL
RUN echo $NEXT_PUBLIC_AZURE_BLOB_CONTAINER_NAME
RUN echo $NEXT_PUBLIC_URL_PROD

# Run prisma migrations
Expand Down

0 comments on commit d71b801

Please sign in to comment.