Skip to content

Commit

Permalink
refactor: Add REACT_APP_RAZOR_PAY_KEY_ID environment variable for Doc…
Browse files Browse the repository at this point in the history
…ker image
  • Loading branch information
Arghya721 committed Aug 10, 2024
1 parent 3c76ba7 commit c7cef3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ARG REACT_APP_API_HOST
# Use ARG values as environment variables for the build stage
ENV REACT_APP_GOOGLE_CLIENT_ID=$REACT_APP_GOOGLE_CLIENT_ID
ENV REACT_APP_API_HOST=$REACT_APP_API_HOST
ENV REACT_APP_RAZOR_PAY_KEY_ID=$REACT_APP_RAZOR_PAY_KEY_ID

# Create a directory for our application in the container
RUN mkdir -p /usr/src/app
Expand Down

0 comments on commit c7cef3b

Please sign in to comment.