mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-04 15:11:48 -05:00
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