From 7bc83e6f4c8cfc9969fe1610a83e4db268218b31 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Tue, 6 Jul 2021 05:21:47 -0400 Subject: [PATCH] chore: remove debug commands --- entrypoint.sh | 3 --- 1 file changed, 3 deletions(-) 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 $*"