fix(test): move entrypoint script to root directory

This commit is contained in:
orhun
2021-06-18 02:03:26 +03:00
parent f789518db8
commit 8d366d69d0
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ LABEL com.github.actions.color="orange"
COPY README.md /
COPY LICENSE /
COPY entrypoint.sh /entrypoint.sh
COPY entrypoint.sh entrypoint.sh
RUN chmod +x entrypoint.sh
ENTRYPOINT ["entrypoint.sh"]