Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongyong-park committed Apr 15, 2021
1 parent d4a9e45 commit 36d37a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ RUN apt-get --assume-yes install libgdal-dev libomp-dev
COPY --from=builder /code /code
WORKDIR /code

ENTRYPOINT ["/code/build/dem2mesh"]
CMD ["/code/build/dem2mesh"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Fast generation of 2.5D meshes from elevation models.
## Quickstart

```bash
docker run -it --rm -v /path-your-data:/data kladess/dem2mesh -rtc -verbose -inputFile data/dem.tif -outputFile /data/mesh.ply
docker run -it --rm -v /path-your-data:/data kladess/dem2mesh -rtc -verbose -inputFile /data/dem.tif -outputFile /data/mesh.ply
```

## Dependencies
Expand Down

0 comments on commit 36d37a2

Please sign in to comment.