Improve dev environment init process

This ensures that /etc/passwd is always written, regardless of how the container starts.
This commit is contained in:
Shane McDonald
2019-05-10 10:14:51 -04:00
parent 015234287c
commit 7d8a910be7
5 changed files with 24 additions and 17 deletions

View File

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