1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/installer/openshift/Dockerfile.celery
Matthew Jones 31bc58e7f4 Base the task container image on the web image
Remove DEBUG from the image
2017-08-03 23:33:07 -04:00

7 lines
103 B
Docker

FROM awx_web
USER 0
RUN sudo yum -y remove nginx
USER 1000
EXPOSE 8052
CMD /usr/bin/launch_awx_task.sh