mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
Install honcho in the docker development container
This commit is contained in:
parent
5969c6a380
commit
a992881b17
@ -24,6 +24,7 @@ RUN mkdir -p /etc/tower
|
||||
RUN mkdir -p /data/db
|
||||
ADD license /etc/awx/license
|
||||
ADD license /etc/tower/license
|
||||
RUN pip2 install honcho
|
||||
RUN /etc/init.d/postgresql start; cd /tower ; make migrate ; make init ; /etc/init.d/postgresql stop
|
||||
ADD start_everything.sh /start_everything.sh
|
||||
ADD start_development.sh /start_development.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user