Update Dockerfile

This commit is contained in:
Alexandre
2021-08-27 19:31:06 +02:00
committed by GitHub
parent 193f0f28ed
commit b411d94977

View File

@@ -17,7 +17,7 @@ ARG BASHIO_VERSION=0.13.1
# jq \ # jq \
# curl # curl
RUN \ #RUN \
################## ##################
# Install bashio # # Install bashio #
################## ##################
@@ -33,10 +33,10 @@ RUN \
################### ###################
\ \
# Allow execution of run # Allow execution of run
chmod 777 /run.sh # chmod 777 /run.sh
ENTRYPOINT [ "/usr/bin/env" ] #ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/run.sh" ] #CMD [ "/run.sh" ]
### LABELS ### LABELS
ARG BUILD_ARCH ARG BUILD_ARCH