diff --git a/Dockerfile b/Dockerfile index 6755e18..28cf287 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,4 +25,6 @@ LABEL org.opencontainers.image.licenses=MIT COPY entrypoint.sh ./ COPY isolate.sh ./ +RUN chmod +x ./entrypoint.sh ./isolate.sh + ENTRYPOINT ["/app/entrypoint.sh"]