Created
April 30, 2020 11:20
-
-
Save oriondream/e406ac26e40e4f4e88c044d4be942999 to your computer and use it in GitHub Desktop.
Revisions
-
oriondream created this gist
Apr 30, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ 1. docker pull nginx 2. docker run --net=host --name potree-nginx-dev -v <full_path_to_the_parent_of_potree_converted>:/usr/share/nginx/html:ro -d nginx 3. Open http://localhost/potree_converted in your browser