Skip to content

Commit

Permalink
Update script file paths - tiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 21, 2024
1 parent 2dc907e commit 825f665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/tiler-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN cd /opt/ && python build_config.py \
--output /opt/tegola_config/config.toml

COPY ./tile2bounds.py .
COPY ./*.sh /opt/scripts/
COPY ./*.sh .

ENTRYPOINT ["/bin/bash", "-c"]
CMD /opt/scripts/start.sh
CMD ./start.sh

0 comments on commit 825f665

Please sign in to comment.