diff --git a/api/Dockerfile b/api/Dockerfile index 0fe7754957..eab133aaa9 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -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 diff --git a/web/Dockerfile b/web/Dockerfile index fcd8315cd9..92a4ae6f4b 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -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"]