Files
breccia-mapper/entrypoint.sh
T

6 lines
106 B
Bash
Executable File

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