fix exec permissions

This commit is contained in:
Eli Trop
2020-12-30 09:54:09 +02:00
parent 7eae2eb529
commit c71e5d477c

View File

@ -2,6 +2,6 @@ FROM checkmarx/kics:latest
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]