diff --git a/Dockerfile b/Dockerfile index 10efe2a2..6c7b7c6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,5 +38,6 @@ COPY --from=src /build/tilemaker . COPY resources /resources COPY process.lua . COPY config.json . +RUN ln -s /tilemaker /usr/bin/tilemaker ENTRYPOINT ["/tilemaker"]