Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaggeroo authored Jan 8, 2024
1 parent f65aa5b commit 6109d05
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 @@ -10,7 +10,7 @@ ENV PYTHONUNBUFFERED=1

RUN mkdir ./data

RUN pip install python-bring-api gkeepapi schedule gpsoauth==1.0.2 urllib3==1.25.1
RUN pip install python-bring-api gkeepapi schedule gpsoauth==1.0.2 urllib3==1.25.1 python-decouple~=3.8

# start app
CMD [ "python", "-u", "./app.py" ]
CMD [ "python", "-u", "./app.py" ]

0 comments on commit 6109d05

Please sign in to comment.