Skip to content

Commit

Permalink
updated download large point clouds in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
franioli committed Apr 8, 2024
1 parent f94b0a7 commit 12e8d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ WORKDIR /var/www/html
COPY ./app/ .

# Download large point clouds from the internet
RUN wget https://belvederebucket.fra1.cdn.digitaloceanspaces.com/potree/pointclouds/2009_all/octree.bin /var/www/html/potree/assets/pointclouds/2009_all/octree.bin
RUN wget https://belvederebucket.fra1.cdn.digitaloceanspaces.com/potree/pointclouds/2009_all/octree.bin
RUN mv octree.bin /var/www/html/potree/assets/pointclouds/2009_all/
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ services:
volumes: # Mount the local directory to /var/www/html in the container
- ./app:/var/www/html
ports: # Map port on the host to port on the container
- 80:80
- 80:80

0 comments on commit 12e8d98

Please sign in to comment.