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 committed Sep 26, 2024
1 parent 4cc7b19 commit da7b66a
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 da7b66a

Please sign in to comment.