mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -22,10 +22,10 @@ RUN apk add --no-cache \
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
WORKDIR /
|
||||
COPY run /
|
||||
RUN chmod 777 /run
|
||||
COPY run.sh /
|
||||
RUN chmod 777 /run.sh
|
||||
ENTRYPOINT [ "/usr/bin/env" ]
|
||||
CMD [ "/run" ]
|
||||
CMD [ "/run.sh" ]
|
||||
|
||||
|
||||
### LABELS
|
||||
|
||||
Reference in New Issue
Block a user