mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -02:30
Make receptorctl easier to use in dev env
This commit is contained in:
@@ -270,6 +270,7 @@ ENV HOME="/var/lib/awx"
|
||||
ENV PATH="/usr/pgsql-10/bin:${PATH}"
|
||||
|
||||
{% if build_dev|bool %}
|
||||
ENV PATH="/var/lib/awx/venv/awx/bin/:${PATH}"
|
||||
|
||||
EXPOSE 8043 8013 8080 22
|
||||
|
||||
|
||||
Reference in New Issue
Block a user