Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jun 13, 2024
1 parent e198233 commit a8aad76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "---> Upgrade Poetry's pip to the latest version ..."
$VENV_DIR/bin/pip install --upgrade pip

echo "---> Installing application and dependencies ..."
poetry install --no-dev --extras deploy --extras schemas
poetry install --only main --extras deploy --extras schemas

# set permissions for any installed artifacts
fix-permissions /opt/app-root -P
3 changes: 1 addition & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8aad76

Please sign in to comment.