Update Dockerfile

This commit is contained in:
Alexandre
2021-08-27 20:42:40 +02:00
committed by GitHub
parent b78644677c
commit fa654d42ae

View File

@@ -18,7 +18,7 @@ RUN \
&& sudo apt-get update \ && sudo apt-get update \
&& sudo apt-get install -y \ && sudo apt-get install -y \
jq \ jq \
curl curl \
\ \
################## ##################
# Install bashio # # Install bashio #
@@ -35,7 +35,7 @@ RUN \
################### ###################
\ \
# Allow execution of run # Allow execution of run
chmod +x /run.sh && chmod +x /run.sh
#ENTRYPOINT [ "/usr/bin/env" ] #ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/run.sh" ] #CMD [ "/run.sh" ]