Skip to content

Commit

Permalink
πŸ› Fix broken news #78
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Jul 24, 2023
1 parent 5aac697 commit 19aa0a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ ENV NODE_ENV production
ARG ARG_ENV
ARG ARG_SANITY_API_TOKEN

ARG ARG_ALGOLIA_APP_ID
ARG ARG_ALGOLIA_SEARCH_API_KEY
ARG ARG_ALGOLIA_SEARCH_API_SERVER_KEY

ENV NEXT_PUBLIC_ALGOLIA_APP_ID ${ARG_ALGOLIA_APP_ID}
ENV NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY ${ARG_ALGOLIA_SEARCH_API_KEY}
ENV ALGOLIA_SEARCH_API_SERVER_KEY ${ARG_ALGOLIA_SEARCH_API_SERVER_KEY}

# SANITY_API_TOKEN should be removed once added to Radix
ENV SANITY_API_TOKEN ${ARG_SANITY_API_TOKEN}
ENV ENV ${ARG_ENV}
Expand Down

0 comments on commit 19aa0a8

Please sign in to comment.