syncpoint / terrain-rgb

A detailed tutorial about how to convert geo-tiff files containing Digital Elevation Model (DEM) data into a pyramid of png tiles
118 stars 15 forks source link

Docker build instead of docker create in Readme.md #6

Closed abrman closed 2 years ago

abrman commented 2 years ago

I'm a absolute newbie when it comes to docker, but I've been stuck with the docker create . -t rio command. HOWEVER docker build . -t rio WORKED for me. I guess this is me suggesting an edit? 😬

ThomasHalwax commented 2 years ago

@abrman Thanks, I've fixed this issue.