Skip to content

Commit

Permalink
feat(docker): remove taxhub from docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Nov 22, 2024
1 parent 6ebbc60 commit 3536967
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions install/assets/docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ else
fi
fi

if [ "$taxhub" = true ];
then
geonature db upgrade taxhub@head
if [ "$taxhub_samples" = true ];
then
geonature db upgrade taxhub-admin@head
fi
fi

geonature upgrade-modules-db
fi

Expand Down

0 comments on commit 3536967

Please sign in to comment.