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 }}