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:
Christian Adams
2020-03-11 14:12:56 -04:00
parent 9a394a5726
commit 3755151cc5
3 changed files with 4 additions and 4 deletions

View File

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