Skip to content

Commit

Permalink
Merge pull request #305 from winged/bumps
Browse files Browse the repository at this point in the history
chore: version bumps
  • Loading branch information
winged authored Feb 28, 2025
2 parents c3b466b + 4dbf1a8 commit c9fc102
Show file tree
Hide file tree
Showing 3 changed files with 522 additions and 493 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN pip install -U poetry

ARG INSTALL_DEV_DEPENDENCIES=false
COPY pyproject.toml poetry.lock $APP_HOME/
RUN if [ "$INSTALL_DEV_DEPENDENCIES" = "true" ]; then poetry install; else poetry install --no-dev; fi
RUN if [ "$INSTALL_DEV_DEPENDENCIES" = "true" ]; then poetry install --no-root; else poetry install --no-dev --no-root; fi

USER ebau-gwr

Expand Down
Loading

0 comments on commit c9fc102

Please sign in to comment.