8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-12-23 15:33:45 +00:00
re2o/entrypoint.sh
Alexandre Iooss 8b9285259a Add basic Docker support
Dockerfile should not change in the future.
Docker-compose configuration need some work on LDAP init before fully
working.
2018-10-27 09:48:05 +02:00

10 lines
137 B
Bash
Executable file

#!/bin/sh
# Migrate database
python manage.py migrate --noinput
# Collect statics
python manage.py collectstatic --noinput
exec "$@"