This commit is contained in:
2024-12-16 18:18:41 -05:00
parent 63831e16b1
commit 06a473dbc4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ COPY ${FROM_DIR}/requirements.txt /
COPY cvttpy /cvttpy
COPY ${FROM_DIR}/.creds /.creds
# COPY ${FROM_DIR}/.creds /.creds
COPY ${FROM_DIR}/crypto_md_day.sh /crypto_md_day.sh
RUN pip install --upgrade pip --root-user-action=ignore