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