Skip to content

Commit

Permalink
Client Secret Test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManWhoLikesToCode committed Jan 10, 2024
1 parent 9922cf2 commit 9742ed8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
backend/client_secrets.json
client_secrets.json
mycreds.txt
backend/.env
backend/.env
*.pyc
*.DS_Store
backend/support/.DS_Store
6 changes: 4 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ WORKDIR /backend

ADD . /backend

ARG CLIENT_SECRET_JSON

RUN echo "$CLIENT_SECRET_JSON" > /backend/client_secret.json

RUN pip install -r requirements.txt

EXPOSE 5001

CMD python ./app.py


Binary file removed frontend/__pycache__/app.cpython-311.pyc
Binary file not shown.
Binary file removed frontend/__pycache__/config.cpython-311.pyc
Binary file not shown.
Binary file removed frontend/__pycache__/wsgi.cpython-311.pyc
Binary file not shown.

0 comments on commit 9742ed8

Please sign in to comment.