diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index f3ffa37..24dff09 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/sh -if [ -e requirements.txt ] +if [ -e config/requirements.txt ] then - pip install --no-cache-dir -r requirements.txt + pip install --no-cache-dir -r config/requirements.txt fi exec "$@" \ No newline at end of file