Skip to content

Commit

Permalink
Remove keyfile copy from the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Rusakov authored and lanseg committed Oct 1, 2024
1 parent 2952ac5 commit 12685a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ ENV POETRY_NO_INTERACTION=1 \

WORKDIR /app/geoshop_back/
COPY poetry.lock pyproject.toml /app/geoshop_back/
COPY private_key.json /app/geoshop_back/
COPY user_key.json /app/geoshop_back/

RUN apt update && apt install -y libgdal-dev libffi-dev gettext && \
pip install poetry && \
Expand Down

0 comments on commit 12685a0

Please sign in to comment.