mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
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
This commit is contained in:
8
tools/docker-compose/launch_awx.sh
Executable file
8
tools/docker-compose/launch_awx.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set +x
|
||||
|
||||
bootstrap_development.sh
|
||||
|
||||
cd /awx_devel
|
||||
# Start the services
|
||||
exec tini -- make supervisor
|
||||
Reference in New Issue
Block a user