mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-05-15 14:18:52 +01:00
Fix permission problem
This commit is contained in:
@@ -4,4 +4,5 @@ RUN apt-get update && apt-get install -y jq sqlite3
|
|||||||
RUN npm install json2yaml
|
RUN npm install json2yaml
|
||||||
|
|
||||||
COPY docker-entrypoint.sh /
|
COPY docker-entrypoint.sh /
|
||||||
|
RUN chmod a+x /docker-entrypoint.sh
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user