Commit 765c2b92 authored by John Wang's avatar John Wang

feat: add bash before entrypoint.sh in Dockerfile

parent eff11526
...@@ -27,4 +27,4 @@ RUN chmod +x /entrypoint.sh ...@@ -27,4 +27,4 @@ RUN chmod +x /entrypoint.sh
ARG COMMIT_SHA ARG COMMIT_SHA
ENV COMMIT_SHA ${COMMIT_SHA} ENV COMMIT_SHA ${COMMIT_SHA}
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
\ No newline at end of file \ No newline at end of file
...@@ -26,4 +26,4 @@ RUN chmod +x /entrypoint.sh ...@@ -26,4 +26,4 @@ RUN chmod +x /entrypoint.sh
ARG COMMIT_SHA ARG COMMIT_SHA
ENV COMMIT_SHA ${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