1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix invalid Dockerfile created by "galaxy init --type apb" (#42017)

This commit is contained in:
Derek Whatley 2018-07-16 22:41:42 -04:00 committed by Abhijeet Kasurde
parent e8c90b47eb
commit 24a3669662

View file

@ -1,6 +1,7 @@
FROM ansibleplaybookbundle/apb-base
LABEL "com.redhat.apb.spec"=\
""
COPY playbooks /opt/apb/actions
COPY . /opt/ansible/roles/{{ role_name }}