mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Some launch changes and configuration changes to the Dockerfile
This commit is contained in:
@@ -23,7 +23,8 @@ RUN mkdir -p /data/db
|
||||
ADD license /etc/awx/license
|
||||
ADD license /etc/tower/license
|
||||
RUN /etc/init.d/postgresql start; cd /tower ; make migrate ; make init ; /etc/init.d/postgresql stop
|
||||
ADD start_local.sh /start_local.sh
|
||||
ADD start_everything.sh /start_everything.sh
|
||||
ADD start_development.sh /start_development.sh
|
||||
|
||||
EXPOSE 8013 8080 27017
|
||||
CMD ./start_local.sh
|
||||
CMD /start_development.sh
|
||||
|
||||
Reference in New Issue
Block a user