mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
Move installer roles into roles directory
Signed-off-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
6
installer/roles/image_build/templates/Dockerfile.task.j2
Normal file
6
installer/roles/image_build/templates/Dockerfile.task.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user