We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530e93d commit 49077afCopy full SHA for 49077af
etc/manage-and-run.sh
@@ -1,6 +1,9 @@
1
#!/bin/bash
2
set -e
3
4
+# Avoid database not being ready
5
+sleep 3
6
+
7
# Collect static files
8
echo "OPTIMAP ENTRYPOINT | Collect static files"
9
python manage.py collectstatic --noinput
0 commit comments