alamb commented on code in PR #48: URL: https://github.com/apache/datafusion-site/pull/48#discussion_r1874936451
########## README.md: ########## @@ -36,12 +46,14 @@ Then within the directory that contains `datafusion-site` you can build and test the site using: ```shell -docker run --rm -it -p8000:8000 -v $PWD:/site df-site-build:latest +docker run -it --rm -p8000:8000 -v $PWD:/site --entrypoint /bin/bash df-site-build:latest Review Comment: I tried this out and it works great -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
