diff --git a/entrypoint.sh b/entrypoint.sh index a76acae..0ec82ec 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,9 +3,6 @@ cd /root -ls -lah -ls -lah src - # `$*` expands the `args` supplied in an `array` individually # or splits `args` in a string separated by whitespace. sh -c "pipenv run python -m src.index $*"