All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
python manage.py collectstatic
|
|
python manage.py migrate
|
|
|
|
exec "$@" |