Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
howardt12345 committed Sep 17, 2024
1 parent 783b5a0 commit b07fee4
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 @@ -29,7 +29,9 @@ echo "Activating virtual environment..."
source $(poetry env info --path)/bin/activate

# Change the permissions of virtual environment scripts
echo "Changing permissions of virtual environment scripts..."
chmod -R +x $(poetry env info --path)/bin

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

0 comments on commit b07fee4

Please sign in to comment.