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


   `./docker/run.sh` successfully starts the docker container, but inside the 
container, I can not execute `./build.sh -p`.
   Have you tried deleting `.rubydeps` to fix the problem you've mentioned?
   
   
   What about removing the `./docker` directory and using 
   ```
   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'
   ```
   As the only official way to build the Flink website?


----------------------------------------------------------------
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]


Reply via email to