Skip to content

Instantly share code, notes, and snippets.

@oriondream
Created April 30, 2020 11:20
Show Gist options
  • Select an option

  • Save oriondream/e406ac26e40e4f4e88c044d4be942999 to your computer and use it in GitHub Desktop.

Select an option

Save oriondream/e406ac26e40e4f4e88c044d4be942999 to your computer and use it in GitHub Desktop.

Revisions

  1. oriondream created this gist Apr 30, 2020.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original 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