1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
awx/tools/docker-compose/start_development.sh
2019-06-03 16:03:51 -04:00

9 lines
111 B
Bash
Executable File

#!/bin/bash
set +x
/bootstrap_development.sh
cd /awx_devel
# Start the services
exec tini -- make supervisor