Update entrypoint.sh
This commit is contained in:
@ -7,8 +7,8 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${PIP_PACKAGES:+x} ]; then
|
if [ ${PIP_PACKAGES:+x} ]; then
|
||||||
echo "-- INSTALLING PIP PACKAGES $PIP_PACKAGES --"
|
echo "-- INSTALLING PIP PACKAGES $PIP_PACKAGES --"
|
||||||
python3 -m pip install --no-cache $PIP_PACKAGES
|
python3 -m pip install --no-cache $PIP_PACKAGES
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user