1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00
awx/installer/image_build/templates/Dockerfile.task.j2

7 lines
133 B
Docker
Raw Normal View History

2017-08-16 04:42:18 +03:00
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