mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 19:18:10 +01:00
test
This commit is contained in:
@@ -20,6 +20,9 @@ RUN \
|
||||
########################
|
||||
# Prepares environment #
|
||||
########################
|
||||
&& git clone -b develop https://github.com/freqtrade/freqtrade.git \
|
||||
&& cd freqtrade \
|
||||
&& ./setup.sh --install \
|
||||
&& chmod a+x /run.sh
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
@@ -27,7 +30,7 @@ WORKDIR /
|
||||
RUN chmod 777 /run.sh
|
||||
ENTRYPOINT [ "/bin/bash" ]
|
||||
CMD [ "/run.sh" ]
|
||||
|
||||
|
||||
# use /data instead of /config for hass.io environment
|
||||
# && sed -i "s|/config|/share/freqtrade|g" /etc/services.d/freqtrade/run \
|
||||
#&& sed -i "s|/config|/share/freqtrade|g" /etc/cont-init.d/50-config \
|
||||
|
||||
Reference in New Issue
Block a user