mark entrypoint as executable

This commit is contained in:
Arne Petersen
2020-01-11 10:29:07 +01:00
parent 8f5f152aa4
commit b7f25de2d6
3 changed files with 3 additions and 2 deletions

View File

@@ -11,4 +11,5 @@ RUN usermod -d /config-internal abc \
# copy local files
COPY root/ /
RUN chmod +x /customstart.sh
CMD ["dumb-init", "/customstart.sh"]