kezhenxu94 commented on a change in pull request #5765:
URL: https://github.com/apache/shardingsphere/pull/5765#discussion_r429514795
##########
File path:
shardingsphere-integration-test/shardingsphere-proxy-docker-build/Dockerfile
##########
@@ -20,6 +20,6 @@ FROM java:8
ARG APP_NAME
ADD target/${APP_NAME}.tar.gz /opt
-ADD src/main/resources/tool/wait-for-it.sh /opt
+ADD https://github.com/vishnubob/wait-for-it/blob/master/wait-for-it.sh /opt
Review comment:
This link seems to be in html format, you may want to use
https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh ?
----------------------------------------------------------------
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]