From 8ebeffb14c6324579cca8b353dd6a4e810c5732f Mon Sep 17 00:00:00 2001 From: ai-dev Date: Thu, 16 Jan 2025 23:50:44 +0100 Subject: [PATCH] test --- freqtrade-NFIx5/Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/freqtrade-NFIx5/Dockerfile b/freqtrade-NFIx5/Dockerfile index e75a308..64d82e8 100644 --- a/freqtrade-NFIx5/Dockerfile +++ b/freqtrade-NFIx5/Dockerfile @@ -82,13 +82,10 @@ RUN rm -rf /arrow RUN pip install --upgrade pip setuptools wheel setuptools_scm cython # Set the working directory -WORKDIR /freq +WORKDIR /freqtrade # Clone the Freqtrade repository -RUN git clone https://github.com/freqtrade/freqtrade.git /freqtrade -# Optionally, switch to the stable branch for novice users -ARG FREQTRADE_BRANCH=stable -RUN git checkout ${FREQTRADE_BRANCH} +RUN git clone -b stable --single-branch https://github.com/freqtrade/freqtrade.git /freqtrade # Install Ta-lib RUN chmod +x ./build_helpers/install_ta-lib.sh