feat: add bash before entrypoint.sh in Dockerfile (#592)
This commit is contained in:
parent
eff115267f
commit
b0091452ca
2 changed files with 2 additions and 2 deletions
|
|
@ -27,4 +27,4 @@ RUN chmod +x /entrypoint.sh
|
|||
ARG COMMIT_SHA
|
||||
ENV COMMIT_SHA ${COMMIT_SHA}
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue