mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 14:51:50 +02:00
Update Dockerfile
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
VOLUME [ "/data" ]
|
|
||||||
|
|
||||||
# Set shell
|
# Set shell
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
@@ -40,4 +38,7 @@ RUN \
|
|||||||
|
|
||||||
COPY run.sh /
|
COPY run.sh /
|
||||||
RUN chmod 777 /run.sh
|
RUN chmod 777 /run.sh
|
||||||
|
|
||||||
ENTRYPOINT [ "/run.sh" ]
|
ENTRYPOINT [ "/run.sh" ]
|
||||||
|
|
||||||
|
VOLUME [ "/data" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user