Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions scripts/Linux/install-docker-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ mkdir tekdb
cd tekdb
git clone https://github.com/Ecotrust/TEKDB.git

# TODO: change to the main branch once the develop branch is merged into main!!
echo "Checking out the develop branch..."
echo "Checking out the main branch..."
cd TEKDB
git checkout develop
git pull origin develop
git checkout main
git pull origin main

echo "Moving the .env.prod file to the Docker directory..."
mv $ENV_FILE docker/.env.prod
Expand Down
Loading