From 3365ca3c71bf15b34e77f4f828bde687239c703e Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Thu, 16 Jun 2022 00:52:29 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20typo=E2=80=99d=20migration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seahub/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/entrypoint.sh b/seahub/entrypoint.sh index 1b1609b..e3fba1a 100755 --- a/seahub/entrypoint.sh +++ b/seahub/entrypoint.sh @@ -2,5 +2,5 @@ python3 manage.py collectstatic python3 manage.py migrate -python3 manage.py migrate_file_comment? +python3 manage.py migrate_file_comment python3 manage.py runserver 0.0.0.0:8000 -- GitLab