From 1634f2e1d7c41e994532f4023edf91d44c768036 Mon Sep 17 00:00:00 2001 From: Alexander Seeliger Date: Thu, 17 Jun 2021 08:08:31 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5b98cff..911d26f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,8 @@ WORKDIR /app COPY --from=build-env /app/out . COPY --from=build-env /app/wait-for-it.sh ./wait-for-it.sh +RUN chmod +x ./resources/ffmpeg/unix/x64/ffmpeg +RUN chmod +x ./resources/ffmpeg/unix/x86/ffmpeg RUN chmod +x ./wait-for-it.sh #ENTRYPOINT ["/bin/bash", "-c"]