make shell scripts executable

This commit is contained in:
Steffen Vogel
2022-05-16 10:36:50 +02:00
parent 97fef2deb7
commit 5faedd1fa5

View File

@@ -44,6 +44,8 @@ COPY --from=builder /app /
COPY recorder-health.sh /usr/sbin/recorder-health.sh
COPY entrypoint.sh /usr/sbin/entrypoint.sh
RUN chmod +x /usr/sbin/*.sh
# If you absolutely need health-checking, enable the option below. Keep in
# mind that until https://github.com/systemd/systemd/issues/6432 is resolved,
# using the HEALTHCHECK feature will cause systemd to generate a significant