diff --git a/VERSION b/VERSION index e86b126..6a0d495 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.5,release_version.txt -> VERSION \ No newline at end of file +0.1.6,fix \ No newline at end of file diff --git a/research/crypto_exch_stats/Dockerfile b/research/crypto_exch_stats/Dockerfile index a15fb4c..3cf9892 100644 --- a/research/crypto_exch_stats/Dockerfile +++ b/research/crypto_exch_stats/Dockerfile @@ -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