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