diff --git a/scripts/backend.sh b/scripts/api.sh similarity index 92% rename from scripts/backend.sh rename to scripts/api.sh index 23b0c4c..d652d42 100644 --- a/scripts/backend.sh +++ b/scripts/api.sh @@ -16,4 +16,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -docker compose exec backend /usr/src/mentorenwahl/bin/backend "$@" +docker compose exec api /usr/src/mentorenwahl/bin/api "$@" diff --git a/scripts/micrate.sh b/scripts/micrate.sh index 97b0669..fe46b8d 100644 --- a/scripts/micrate.sh +++ b/scripts/micrate.sh @@ -16,4 +16,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -docker compose exec backend /usr/src/mentorenwahl/bin/micrate "$@" +docker compose exec api /usr/src/mentorenwahl/bin/micrate "$@"