Skip to content

Commit

Permalink
fix docker compose startup
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Oct 31, 2023
1 parent 360e324 commit 738eef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions development.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN curl -sSL https://install.python-poetry.org | python3 - && \

WORKDIR /app

COPY ./pyproject.toml ./poetry.lock* main.py ./
RUN poetry install --no-root --all-extras
COPY . .
RUN poetry install --all-extras

CMD python3 -m debugpy --listen 5678 main.py

0 comments on commit 738eef3

Please sign in to comment.