Make sure we bootstrap the static dir prior to starting

This commit is contained in:
Matthew Jones 2016-10-28 14:21:19 -04:00
parent 83cd055f10
commit defd271c90

View File

@ -40,5 +40,7 @@ make version_file
make migrate
make init
mkdir -p /tower_devel/awx/public/static
# Start the service
make honcho