Update entrypoint.sh

This commit is contained in:
Bas van Boven
2021-10-30 14:06:24 +02:00
committed by GitHub
parent 6adc12d6da
commit 78a807e2c8

View File

@ -7,8 +7,8 @@ then
fi
if [ ${PIP_PACKAGES:+x} ]; then
echo "-- INSTALLING PIP PACKAGES $PIP_PACKAGES --"
python3 -m pip install --no-cache $PIP_PACKAGES
echo "-- INSTALLING PIP PACKAGES $PIP_PACKAGES --"
python3 -m pip install --no-cache $PIP_PACKAGES
fi
exec "$@"