mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -02:30
Only build one awx image instead of separate web and task images
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
FROM {{ web_image }}:{{ awx_version }}
|
||||
USER 0
|
||||
RUN sudo dnf -y remove nginx
|
||||
USER 1000
|
||||
EXPOSE 8052
|
||||
CMD /usr/bin/launch_awx_task.sh
|
||||
Reference in New Issue
Block a user