fix
This commit is contained in:
2
entrypoint.sh
Normal file → Executable file
2
entrypoint.sh
Normal file → Executable file
@@ -3,7 +3,7 @@
|
||||
BASE=$(dirname $0)
|
||||
cd $BASE
|
||||
git pull
|
||||
if [ -d env ];
|
||||
if [ ! -d env ];
|
||||
then
|
||||
python3 -m venv env
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user