This is an automated email from the ASF dual-hosted git repository. xtsong pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 5ee08ef5338afe46a7a6654eb96414e7e6558af1 Author: Xintong Song <[email protected]> AuthorDate: Fri Dec 18 19:00:50 2020 +0800 [hotfix] Fix port mapping in docker-build.sh --- docker-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-build.sh b/docker-build.sh index 70aaa98..e94bf0f 100755 --- a/docker-build.sh +++ b/docker-build.sh @@ -17,4 +17,4 @@ # limitations under the License. ################################################################################ -docker run --rm --volume="$PWD:/srv/flink-web" --expose=4000 -p 4010:4000 -it ruby:2.5 bash -c "cd /srv/flink-web && ./build.sh $@" +docker run --rm --volume="$PWD:/srv/flink-web" --expose=4000 -p 4000:4000 -it ruby:2.5 bash -c "cd /srv/flink-web && ./build.sh $@"
