summaryrefslogtreecommitdiffstats
path: root/tools/docker-compose/launch_awx.sh
blob: 486c652cf3e8f9e874602461392123457f415d4f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set +x

bootstrap_development.sh

cd /awx_devel
# Start the services
exec tini -- make supervisor