Unverified Commit b0091452 authored by John Wang's avatar John Wang Committed by GitHub

feat: add bash before entrypoint.sh in Dockerfile (#592)

parent eff11526
......@@ -27,4 +27,4 @@ RUN chmod +x /entrypoint.sh
ARG COMMIT_SHA
ENV COMMIT_SHA ${COMMIT_SHA}
ENTRYPOINT ["/entrypoint.sh"]
\ No newline at end of file
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
\ No newline at end of file
......@@ -26,4 +26,4 @@ RUN chmod +x /entrypoint.sh
ARG COMMIT_SHA
ENV COMMIT_SHA ${COMMIT_SHA}
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment