Anuj-Panthri commited on
Commit
a2d42c7
·
1 Parent(s): a1624bc

changed permissions for hf space

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,4 +1,7 @@
1
  FROM postgres
2
 
3
 
 
 
 
4
  EXPOSE 5432
 
1
  FROM postgres
2
 
3
 
4
+ RUN chmod g+w /var/lib/postgresql
5
+ RUN chmod g+w /var/lib/postgresql/data
6
+
7
  EXPOSE 5432