awx/tools/docker-compose/start_development.sh
Shane McDonald 7d8a910be7 Improve dev environment init process
This ensures that /etc/passwd is always written, regardless of how the container starts.
2019-05-10 10:14:51 -04:00

9 lines
112 B
Bash
Executable File

#!/bin/bash
set +x
/bootstrap_development.sh
cd /awx_devel
# Start the services
exec /tini -- make supervisor