Skip to content

Commit

Permalink
add app contents to Dockerfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywmoore committed Sep 24, 2024
1 parent f6e46c1 commit 71a7368
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ ENV PYTHONPATH=/app
COPY pyproject.toml poetry.lock .

RUN poetry install

COPY . /app

0 comments on commit 71a7368

Please sign in to comment.