WillemJiang commented on issue #486: [SCB-1335] Upgrade docker-compose file to 3.0 URL: https://github.com/apache/servicecomb-pack/pull/486#issuecomment-507035131 > Thanks for the suggestion. If using wait-for in docker-compose file like this: > > ```yaml > command: ["./wait-for", "alpha:8080", "--", "java", "-jar", "..."] > ``` > > The `"java", "-jar", "..."` part will be a duplicate of `ENTRYPOINT` line in Dockerfile. So maybe I should write a `docker-entrypoint.sh`? Yeah, I agree, we could add a shell to wrap the wait-for command, and we need to make sure those shell are placed in the PATH.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
