Skip to content

Commit

Permalink
Update start script - tiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 24, 2024
1 parent 7826b50 commit e38642e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/tiler-cache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN apk update && apk add --no-cache \
ENV PROJ_DIR=/usr
ENV PATH="/usr/share/proj:${PATH}"

RUN git clone
# Upgrade pip
RUN python3 -m pip install --upgrade pip

Expand All @@ -29,6 +28,7 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY tiler-purge .
COPY tiler-seed .
COPY start.sh .

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

0 comments on commit e38642e

Please sign in to comment.