diff --git a/aurral/Dockerfile b/aurral/Dockerfile index 3826991edc..e22a87a30d 100644 --- a/aurral/Dockerfile +++ b/aurral/Dockerfile @@ -17,4 +17,5 @@ LABEL \ COPY rootfs / -RUN chmod a+x /etc/services.d/aurral/run +RUN chmod a+x /etc/services.d/aurral/run \ + && chmod a+x /usr/local/bin/docker-entrypoint.sh