Resolved conflicts with the latest version

This commit is contained in:
aiden
2021-03-23 17:49:15 +11:00
committed by Aydin Salimov
parent e7db566eee
commit 844bd3d5d9
7 changed files with 11 additions and 11 deletions

View File

@ -11,7 +11,7 @@ env | sort
#### Build the Docker Images
if [ -n "${PHP_VERSION}" ]; then
cp env-example .env
cp .env.example .env
sed -i -- "s/PHP_VERSION=.*/PHP_VERSION=${PHP_VERSION}/g" .env
sed -i -- 's/=false/=true/g' .env
sed -i -- 's/CHANGE_SOURCE=true/CHANGE_SOURCE=false/g' .env