diff --git a/bin/docker/Dockerfile b/bin/docker/Dockerfile index 8577698138b1344161be5f84c449b27523d1c634..603dd556265195e7c14e0711155c157b3524b31d 100644 --- a/bin/docker/Dockerfile +++ b/bin/docker/Dockerfile @@ -8,6 +8,7 @@ RUN apk add --update bash ttf-dejavu fontconfig # add Metabase jar COPY ./metabase.jar /app/ +RUN chmod o+r /app/metabase.jar # add our run script to the image COPY ./run_metabase.sh /app/