1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-07-23 22:51:28 +00:00

need to make sure all packages are updated

This commit is contained in:
2020-07-01 22:20:28 -07:00
parent 463b2f1c3b
commit 68d66b833f

View File

@@ -3,7 +3,7 @@ FROM python:3.8-buster
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -U -r requirements.txt
COPY . .