Skip to content

Commit

Permalink
fix: missing folder for install
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer committed Feb 2, 2024
1 parent 8dcbee9 commit 9ef258f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ COPY ./pyproject.toml ./poetry.lock* /app/
# Allow installing dev dependencies to run tests
ARG INSTALL_DEV=false

COPY . /app

RUN pip install .

COPY . /app

ENV PYTHONPATH=/app

Expand Down

0 comments on commit 9ef258f

Please sign in to comment.