Commit 85119184 authored by kewei.jia's avatar kewei.jia

sh 变成bash

parent 210745e6
...@@ -21,4 +21,5 @@ COPY docker-entrypoint.sh . ...@@ -21,4 +21,5 @@ COPY docker-entrypoint.sh .
COPY dist.tgz ./project/dist.tgz COPY dist.tgz ./project/dist.tgz
RUN chmod +x ./docker-entrypoint.sh RUN chmod +x ./docker-entrypoint.sh
CMD ["./docker-entrypoint.sh"]
CMD ["sh", "docker-entrypoint.sh"]
#!/bin/sh #!/bin/bash
echo 192.168.4.3 git.q-gp.com >> /etc/hosts echo 192.168.4.3 git.q-gp.com >> /etc/hosts
curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/python/run.sh | sh curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/python/run.sh | 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