fix dockerfile

This commit is contained in:
Eli Trop
2021-03-11 16:36:07 +02:00
parent 832e963f43
commit a9e2c0e133
2 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,7 @@
FROM elitcx/kics:alpine
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
FROM elitcx/kics:alpine
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]