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

@@ -5,4 +5,4 @@ set +x
cd /awx_devel
# Start the services
make supervisor
exec /tini -- make supervisor