mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
build: add docker-compose deployment
This commit is contained in:
5
entrypoint.sh
Executable file
5
entrypoint.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
python manage.py migrate \
|
||||
&& python manage.py collectstatic --no-input \
|
||||
&& exec "$@"
|
||||
Reference in New Issue
Block a user