Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add tilemaker to PATH #465

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

langbein-daniel
Copy link

By creating a symlink from /tilemaker to /usr/bin/tilemaker, one can execute the tilemaker command e.g. from within a shell.

This makes it possible to use the built tilemaker binary as if it was "installed". If one does a Docker multistep build that uses the tilemaker Docker image, one can then simly use RUN tilemaker ... and does not need to know where the binary is actually stored.

By creating a symlink from `/tilemaker` to `/usr/bin/tilemaker`, one can execute the `tilemaker` command e.g. from within a shell.

This makes it possible to use the built tilemaker binary as if it was "installed". If one does a Docker multistep build that uses the tilemaker Docker image, one can then simly use `RUN tilemaker ...` and does not need to know where the binary is actually stored.
@daniel-j-h
Copy link
Contributor

I revamped our dockerfile in #713 and added the tilemaker binaries to PATH in there, too. Let me know if this resolves your issue and if we can close this pull request as solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants