rmetzger commented on pull request #342:
URL: https://github.com/apache/flink-web/pull/342#issuecomment-637543305


   I just realized that I usually don't use the `docker/run.sh` approach for 
building the docs. I use what is [documented on the 
website](https://flink.apache.org/contributing/improve-website.html#update-or-extend-the-documentation):
   ```
   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 -p'
   ```
   
   Maybe the files created by the `ruby:2.5` docker image are not compatible 
with the files from `docker/run.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:
us...@infra.apache.org


Reply via email to