mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-16 17:58:18 +01:00
Add entrypoint and command to Dockerfile
This commit is contained in:
@@ -93,6 +93,10 @@ RUN chmod 777 /ha_entrypoint.sh
|
||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh"
|
||||
RUN chmod 0755 /usr/local/lib/bashio-standalone.sh
|
||||
|
||||
# Entrypoint
|
||||
ENTRYPOINT [ "/usr/bin/env" ]
|
||||
CMD [ "/ha_entrypoint.sh" ]
|
||||
|
||||
############
|
||||
# 7 Labels #
|
||||
############
|
||||
|
||||
Reference in New Issue
Block a user