fix
This commit is contained in:
parent
510fcfe348
commit
f8f061b76f
@ -1,7 +1,9 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
ARG FROM_DIR=./docker_dev/research/crypto_exch_stats
|
||||
|
||||
WORKDIR /
|
||||
COPY docker_dev/research/crypto_exch_stats/requirements.txt /
|
||||
COPY ${FROM_DIR}/requirements.txt /
|
||||
|
||||
RUN pip install --upgrade pip --root-user-action=ignore
|
||||
RUN pip install -r /requirements.txt --root-user-action=ignore
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user