Run PG upgrade tasks in container because of permissions

* update pg references
This commit is contained in:
Christian M. Adams
2021-01-08 16:36:47 -05:00
parent b22aa3e99e
commit 57c3b9ab17
4 changed files with 20 additions and 25 deletions

View File

@@ -214,6 +214,7 @@ RUN for dir in \
/var/run/awx-rsyslog \
/var/log/tower \
/var/log/nginx \
/var/lib/postgresql \
/var/run/supervisor \
/var/lib/nginx ; \
do mkdir -m 0775 -p $dir ; chmod g+rw $dir ; chgrp root $dir ; done && \