1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/tools/docker-compose/launch_awx.sh
Christian Adams 3755151cc5 Update dev container to be consistent with other installation methods
- rename start_development.sh script to `launch_awx.sh`, like it is in k8 installations
2020-03-11 16:23:31 -04:00

9 lines
110 B
Bash
Executable File

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