mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 17:48: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user