Skip to content

Commit

Permalink
Update docker file - tiler server
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jul 5, 2024
1 parent fe7d797 commit 92d139d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions images/tiler-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ RUN pip install --upgrade pip && pip3 install awscli mercantile

RUN ln -s /opt/tegola /usr/bin/tegola

COPY ./config /opt/config/
COPY build_config.py /opt/
RUN mkdir /opt/tegola_config
RUN cd /opt/ && python build_config.py \
--template config/config.template.toml \
--providers config/providers \
--output /opt/tegola_config/config.toml

# Volumen
VOLUME /mnt/data
# Copy config and exec files
Expand Down

0 comments on commit 92d139d

Please sign in to comment.