Use the source tree as the working directory for our dev env

This commit is contained in:
Shane McDonald 2019-06-25 18:28:01 -04:00
parent cbe6c5bd3b
commit f05bed6366

View File

@ -29,6 +29,7 @@ services:
# - sync
# volumes_from:
# - sync
working_dir: "/awx_devel"
volumes:
- "../:/awx_devel"
privileged: true