1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

Merge pull request #120 from shanemcd/fix-docker-volume-issue-selinux

Fix selinux issue w/ docker volume in sdist builder
This commit is contained in:
Matthew Jones 2017-09-12 04:48:06 -07:00 committed by GitHub
commit f44dcd7c02

View File

@ -62,7 +62,7 @@
state: started
detach: false
volumes:
- ../:/awx
- ../:/awx:Z
- name: Set docker build base path
set_fact: