Commit b685dde2 authored by StyleZhang's avatar StyleZhang

Merge branch 'fix/test-docker-file' into deploy/dev

parents 8274ba8b 3a12dbd9
......@@ -28,4 +28,4 @@ RUN chmod +x /entrypoint.sh
ARG COMMIT_SHA
ENV COMMIT_SHA ${COMMIT_SHA}
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
ENTRYPOINT ["/bin/sh", "/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