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:
@@ -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 . .
|
||||
|
||||
|
Reference in New Issue
Block a user