mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-20 14:23:06 +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
|
||||
|
||||
COPY docker-entrypoint.sh /
|
||||
RUN chmod a+x /docker-entrypoint.sh
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user