Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManWhoLikesToCode committed Jan 10, 2024
1 parent 1312a67 commit 590224e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ARG GOOGLE_CLIENT_ID
ENV GOOGLE_CLIENT_ID=$GOOGLE_CLIENT_ID

ARG CLIENT_CREDENTIALS_JSON
ENV CLIENT_CREDENTIALS_JSON=$CLIENT_CREDENTIALS_JSON
RUN echo "$CLIENT_CREDENTIALS_JSON" > /backend/credentials.json

RUN pip install -r requirements.txt
Expand Down

0 comments on commit 590224e

Please sign in to comment.