mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
31bc58e7f4
Remove DEBUG from the image
7 lines
103 B
Docker
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
|