We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3a433 commit e666f34Copy full SHA for e666f34
backend/resources/entrypoint.sh
@@ -9,7 +9,7 @@ done
9
cd /app/website
10
11
./manage.py migrate --no-input
12
-./manage.py collectstatic
+./manage.py collectstatic --no-input
13
14
printenv > /etc/environment
15
0 commit comments