8 lines
116 B
Bash
Executable File
8 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
|
|
RUN python manage.py collectstatic
|
|
|
|
python manage.py flush --no-input
|
|
python manage.py migrate
|
|
|
|
exec "$@" |