docker-entrypoint.sh 76 B

1234
  1. #!/bin/bash
  2. service mysql start
  3. python3 manager.py runserver --host 0.0.0.0