adjust permissions
This commit is contained in:
parent
95d45661b3
commit
0c01228a05
|
@ -134,3 +134,6 @@ docker exec miq_latest bash -lc 'pg_dump --format custom vmdb_production' > /tmp
|
||||||
|
|
||||||
|
|
||||||
docker exec {CONTAINERID} bash -lc 'pg_dump --format custom -U postgresuser' > pg_dump.pgdata
|
docker exec {CONTAINERID} bash -lc 'pg_dump --format custom -U postgresuser' > pg_dump.pgdata
|
||||||
|
|
||||||
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
sudo chmod -R a+rX static/
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -12,7 +12,7 @@ django-environ==0.4.3
|
||||||
whitenoise==3.2.3
|
whitenoise==3.2.3
|
||||||
# Static and Media Storage
|
# Static and Media Storage
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
boto3
|
boto3==1.5.21
|
||||||
django-storages==1.6.5
|
django-storages==1.6.5
|
||||||
# django-storages-redux==1.3.2
|
# django-storages-redux==1.3.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue