Files
awx/installer/roles/image_build/templates/Dockerfile.task.j2
T
2018-03-22 14:34:03 -04:00

7 lines
133 B
Docker

FROM {{ awx_web_image }}:{{ awx_version }}
USER 0
RUN sudo yum -y remove nginx
USER 1000
EXPOSE 8052
CMD /usr/bin/launch_awx_task.sh