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

@@ -7,7 +7,7 @@ services:
image: ${DEV_DOCKER_TAG_BASE}/awx_devel:${TAG}
container_name: tools_awx_1
hostname: awx
command: /start_development.sh
command: launch_awx.sh
environment:
CURRENT_UID:
OS: