Skip to content

Commit

Permalink
additional logging
Browse files Browse the repository at this point in the history
  • Loading branch information
howardt12345 committed Sep 17, 2024
1 parent 1fab09c commit d519574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ poetry --version
poetry config virtualenvs.in-project true --local

# Create/update the virtual environment and install dependencies
echo "Installing dependencies..."
poetry install --no-interaction --no-ansi

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

# Run the command passed to docker run
Expand Down

0 comments on commit d519574

Please sign in to comment.