mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00: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
|
||||
|
||||
COPY docker-entrypoint.sh /
|
||||
RUN chmod a+x /docker-entrypoint.sh
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user