Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
howardt12345 committed Sep 17, 2024
1 parent b07fee4 commit a4d3b4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ poetry install --no-interaction --no-ansi
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 a4d3b4b

Please sign in to comment.