fix(test): mark entrypoint script as executable

This commit is contained in:
orhun
2021-06-18 02:00:53 +03:00
parent 6772dc9095
commit f789518db8
2 changed files with 3 additions and 2 deletions

View File

@@ -14,4 +14,5 @@ COPY LICENSE /
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
RUN chmod +x entrypoint.sh
ENTRYPOINT ["entrypoint.sh"]