From 1e455346ffecebfd7badc10a734c649d4ee10d6d Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sat, 12 Feb 2022 00:24:45 +0300 Subject: [PATCH] apply languages --- docker-compose.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index a27bd24..d30488f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -83,11 +83,11 @@ services: apply-languages: image: mathwave/sprint-repo:sprint - command: ./manage.py apply_languages - depends_on: - - migrations - - web - - postgres + command: ./manage.py apply_languages + depends_on: + - migrations + - web + - postgres notify-admin: image: mathwave/sprint-repo:sprint