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.
Setup a potree server in 5 minutes with Docker
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment