1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 07:16:40 +00:00

need to make sure all packages are updated

This commit is contained in:
Anson 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 . .