Skip to content

Commit

Permalink
Dockerfile: Add copying of whois dir into the container
Browse files Browse the repository at this point in the history
  • Loading branch information
EduKav1813 committed Oct 1, 2024
1 parent bdee912 commit 1ea2709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN poetry config virtualenvs.create false

COPY pyproject.toml /app/
COPY poetry.lock /app/
COPY whois /app/whois/

WORKDIR /app
RUN poetry install --only main
Expand Down

0 comments on commit 1ea2709

Please sign in to comment.