From 3dc4374d96a57072465db1517166d11a3cb046e9 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 13 Nov 2021 15:48:28 +0100 Subject: [PATCH] correct --- freqtrade/Dockerfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/freqtrade/Dockerfile b/freqtrade/Dockerfile index ebf5c87d5..49733f438 100644 --- a/freqtrade/Dockerfile +++ b/freqtrade/Dockerfile @@ -15,15 +15,7 @@ RUN \ | tar -xzf - --strip 1 -C /tmp/bashio \ && mv /tmp/bashio/lib /usr/lib/bashio \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ - && rm -rf /tmp/bashio \ - \ - ######################## - # Prepares environment # - ######################## - # && git clone -b develop https://github.com/freqtrade/freqtrade.git \ - # && cd freqtrade \ - # && ./setup.sh --install \ - && chmod a+x /run.sh + && rm -rf /tmp/bashio VOLUME [ "/data" ] WORKDIR /