mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -2,4 +2,10 @@ ARG BUILD_VERSION
|
||||
|
||||
FROM coderaiser/cloudcmd:$BUILD_VERSION
|
||||
|
||||
COPY run.sh /
|
||||
|
||||
RUN chmod 777 /run.sh
|
||||
|
||||
ENTRYPOINT [ "/run.sh" ]
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
Reference in New Issue
Block a user