Skip to content

Commit

Permalink
chore(misc): updating docker (#1017)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Croft <[email protected]>
  • Loading branch information
devjsc and Joshua Croft authored Oct 29, 2024
1 parent 27d012f commit b1c5052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ COPY . /app

ENV NODE_ENV="production"

RUN echo BACKEND_URL="${BACKEND_URL}" > .env.local && \
echo SENDER_TOKEN="${SENDER_TOKEN}" > .env.local && \
RUN echo BACKEND_URL="${BACKEND_URL}" >> .env.local && \
echo SENDER_TOKEN="${SENDER_TOKEN}" >> .env.local && \
echo NEXT_PUBLIC_GOOGLE_ANALYTICS_TRACKING_ID="${NEXT_PUBLIC_GOOGLE_ANALYTICS_TRACKING_ID}" >> .env.local && \
echo NEXT_PUBLIC_ALGOLIA_APP_ID="${NEXT_PUBLIC_ALGOLIA_APP_ID}" >> .env.local && \
echo NEXT_PUBLIC_ALGOLIA_API_KEY="${NEXT_PUBLIC_ALGOLIA_API_KEY}" >> .env.local && \
Expand Down

0 comments on commit b1c5052

Please sign in to comment.