Commit 746db04c authored by 贾克伟's avatar 贾克伟

Merge branch 'kewei' into 'master'

sh 变成bash



See merge request !5
parents ca89ebb5 85119184
......@@ -21,4 +21,5 @@ COPY docker-entrypoint.sh .
COPY dist.tgz ./project/dist.tgz
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
curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/python/run.sh | sh
\ No newline at end of file
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