changed run

This commit is contained in:
CodeServer 2022-05-10 08:14:47 +01:00
parent b00059a4fb
commit 27e1ab6b66

5
run
View File

@ -17,8 +17,9 @@ if [ $# -ne 0 ]; then
fi
# copy example production.env
cp examples/env/production.env env/production.env
if [ ! -f "env/production.env" ]; then
cp examples/env/production.env env/production.env
fi
echo "===> ENV Variables ..."
env | sort