From 5d32f913bd70e3aedc8ee9597cab906cb590d37a Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Tue, 6 Jul 2021 04:43:36 -0400 Subject: [PATCH] chore: add debug code --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) 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 $*"