Skip to content

Commit

Permalink
Merge pull request #4385 from chrismeyersfsu/fix-home_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jul 29, 2019
2 parents 7afa35a + 9236fd2 commit c7bb0f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/docker-compose/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,6 @@ RUN for file in /etc/passwd /etc/supervisord.conf \
/venv/awx/lib/python3.6/site-packages/awx.egg-link /var/run/nginx.pid; \
do touch $file; chmod -R g+rwx $file; chgrp -R root $file; done

ENV HOME /var/lib/awx

ENV PATH=/usr/local/n/versions/node/10.15.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

0 comments on commit c7bb0f1

Please sign in to comment.