tilemill-project / tilemill

TileMill is a modern map design studio
https://tilemill-project.github.io/tilemill/
BSD 3-Clause "New" or "Revised" License
3.1k stars 527 forks source link

Fix Dockerfile build #2750

Closed rfibigr closed 2 years ago

rfibigr commented 2 years ago

When I try to run tilemill on Docker, I had the following error :

chmod: cannot access 'starddtdocker.sh': No such file or directory

As I read on #2748 there was originally a startdocker.sh file that was replaced with a CMD instruction, however, on the Dockerfile build we still have a RUN instruction that execute chmod 777 starddtdocker.sh.

I made #2749 to fix this issue