Stage rsyslog.conf from existing version so we don't have two copies.

This commit is contained in:
Bill Nottingham
2020-05-12 22:32:57 -04:00
committed by Shane McDonald
parent 66245d3094
commit 8b51e8eb82
2 changed files with 2 additions and 9 deletions

View File

@@ -160,7 +160,7 @@ RUN ln -s /var/lib/awx/venv/awx/bin/awx-manage /usr/bin/awx-manage
{% endif %}
# Create default awx rsyslog config
ADD {% if build_dev|bool %}tools/docker-compose/{% endif %}rsyslog.conf /var/lib/awx/rsyslog/rsyslog.conf
ADD {% if build_dev|bool %}installer/roles/image_build/files/{% endif %}rsyslog.conf /var/lib/awx/rsyslog/rsyslog.conf
## File mappings
{% if build_dev|bool %}
@@ -232,4 +232,4 @@ EXPOSE 8052
ENTRYPOINT ["tini", "--"]
CMD /usr/bin/launch_awx.sh
VOLUME /var/lib/nginx
{% endif %}
{% endif %}