awx/tools/docker-compose/launch_awx.sh
Shane McDonald 39905b33cd Replace tini with dumb-init
dumb-init is more actively maintained, available on pypi, and already used for both upstream and downstream EEs
2022-03-29 14:08:09 -04:00

9 lines
102 B
Bash
Executable File

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