mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-18 20:10:31 +02:00
Update Dockerfile
This commit is contained in:
@@ -43,11 +43,11 @@ RUN mkdir -p /tmpscripts /etc/cont-init.d && \
|
|||||||
# 4 Entrypoint #
|
# 4 Entrypoint #
|
||||||
################
|
################
|
||||||
|
|
||||||
WORKDIR /data/recipes
|
|
||||||
RUN chmod 777 /entrypoint.sh
|
RUN chmod 777 /entrypoint.sh
|
||||||
ENTRYPOINT [ "/usr/bin/env" ]
|
#WORKDIR /data/recipes
|
||||||
CMD [ "/entrypoint.sh" ]
|
#ENTRYPOINT [ "/usr/bin/env" ]
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
#CMD [ "/entrypoint.sh" ]
|
||||||
|
#SHELL ["/bin/sh"]
|
||||||
|
|
||||||
############
|
############
|
||||||
# 5 Labels #
|
# 5 Labels #
|
||||||
|
|||||||
Reference in New Issue
Block a user