From cf0ced6021237e62119db5036a07fd4c0ceec49f Mon Sep 17 00:00:00 2001 From: Yohann D'anello Date: Sun, 2 Feb 2020 23:13:39 +0100 Subject: [PATCH] 2 seconds are enough --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index da32571..3af5810 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/bash python manage.py compilemessages python manage.py makemigrations -sleep 5 +sleep 2 python manage.py migrate # TODO: use uwsgi in production