Skip to content

Commit

Permalink
adding env vars in two places (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal authored Jan 23, 2025
1 parent c5c5046 commit 9a4b229
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ COPY yarn.lock ./
RUN yarn install --production

COPY . .
ARG REACT_APP_PUBLIC_POSTHOG_KEY
ARG REACT_APP_PUBLIC_POSTHOG_HOST

ENV REACT_APP_PUBLIC_POSTHOG_KEY=$REACT_APP_PUBLIC_POSTHOG_KEY
ENV REACT_APP_PUBLIC_POSTHOG_HOST=$REACT_APP_PUBLIC_POSTHOG_HOST

RUN yarn run build

Expand Down

0 comments on commit 9a4b229

Please sign in to comment.