Files
breccia-mapper/entrypoint.sh
2021-07-30 18:29:15 +01:00

6 lines
106 B
Bash
Executable File

#!/bin/sh
python manage.py migrate \
&& python manage.py collectstatic --no-input \
&& exec "$@"