This commit is contained in:
Dominic Grimm 2023-03-05 15:22:10 +01:00
parent 487974a07c
commit dfd55e40b0
No known key found for this signature in database
GPG Key ID: 6F294212DEAAC530
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
docker compose exec backend /usr/src/mentorenwahl/bin/backend "$@"
docker compose exec api /usr/src/mentorenwahl/bin/api "$@"

View File

@ -16,4 +16,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
docker compose exec backend /usr/src/mentorenwahl/bin/micrate "$@"
docker compose exec api /usr/src/mentorenwahl/bin/micrate "$@"