Skip to content

Commit

Permalink
Merge branch 'main' into fix-makefile-migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-sorrentino authored Jan 21, 2025
2 parents 59d35dd + 3652696 commit e8afa3f
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 201 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"

# Install Poetry dependencies
COPY poetry.lock pyproject.toml /app/
RUN poetry install --no-root
RUN poetry install --no-root --without dev

# Copy the rest of the application
COPY . /app
Expand Down
Loading

0 comments on commit e8afa3f

Please sign in to comment.