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

pull/42881/head
Derek Whatley 6 years ago committed by Abhijeet Kasurde
parent e8c90b47eb
commit 24a3669662

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

Loading…
Cancel
Save