Files
notification/payment/entrypoint.sh

5 lines
133 B
Bash

#!/bin/bash
python3 manage.py collectstatic --no-input
python3 manage.py migrate --no-input
python3 manage.py runserver 0.0.0.0:8000