mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-15 11:59:11 +02:00
entrypoint logic
This commit is contained in:
@@ -27,9 +27,9 @@ RUN \
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
WORKDIR /
|
||||
RUN chmod 777 /run.sh
|
||||
RUN chmod 777 /entrypoint.sh
|
||||
ENTRYPOINT [ "/bin/bash" ]
|
||||
CMD [ "/run.sh" ]
|
||||
CMD [ "/entrypoint.sh" ]
|
||||
|
||||
# use /data instead of /config for hass.io environment
|
||||
# && sed -i "s|/config|/share/freqtrade|g" /etc/services.d/freqtrade/run \
|
||||
|
||||
Reference in New Issue
Block a user