Fix permission problem

This commit is contained in:
Max Winterstein
2020-12-31 00:32:41 +01:00
parent 1416aface1
commit 7fb9cedfcf

View File

@@ -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"]