We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e450a57 commit 40d1f33Copy full SHA for 40d1f33
1 file changed
scripts/Linux/install-docker-env.sh
@@ -57,11 +57,10 @@ mkdir tekdb
57
cd tekdb
58
git clone https://github.com/Ecotrust/TEKDB.git
59
60
-# TODO: change to the main branch once the develop branch is merged into main!!
61
-echo "Checking out the develop branch..."
+echo "Checking out the main branch..."
62
cd TEKDB
63
-git checkout develop
64
-git pull origin develop
+git checkout main
+git pull origin main
65
66
echo "Moving the .env.prod file to the Docker directory..."
67
mv $ENV_FILE docker/.env.prod
0 commit comments