From 5faedd1fa5928461f1b78c85399ed940f1927a75 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 16 May 2022 10:36:50 +0200 Subject: [PATCH] make shell scripts executable --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index fd02c96..db6e265 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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