Skip to content

Commit

Permalink
change sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
howardt12345 committed Sep 17, 2024
1 parent b49dee1 commit 4f3e009
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ python --version
# Allow poetry to create a virtual environment in the project directory
export POETRY_VIRTUALENVS_IN_PROJECT=true

# Activate the virtual environment
source $(poetry env info --path)/bin/activate

# Create/update the virtual environment and install dependencies
poetry install --no-interaction --no-ansi

# Activate the virtual environment
source $(poetry env info --path)/bin/activate

# Run the command passed to docker run
exec "$@"

0 comments on commit 4f3e009

Please sign in to comment.