We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53520a7 + acefcb2 commit b5e0115Copy full SHA for b5e0115
1 file changed
docker/docker-init.sh
@@ -112,6 +112,7 @@ echo "Activating the virtual python environment ..."
112
113
if ! $VIRTDIR/bin/python -c "import django"; then
114
echo "Installing requirements ..."
115
+ pip install --upgrade pip
116
reqs=/home/$USER/$CWD/requirements.txt
117
if [ ! -f $reqs ]; then
118
echo " Using $reqs"
@@ -188,4 +189,6 @@ else
188
189
echo "LANG=$LANG"
190
fi
191
192
+HOME=/opt/home/$USER
193
+
194
su -p $USER
0 commit comments