chendeben 9 년 전
부모
커밋
7b5065c45b
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      db/Dockerfile

+ 1 - 2
db/Dockerfile

@@ -2,5 +2,4 @@ FROM postgres
 
 MAINTAINER chendeben <chendeben@qq.com>
 
-RUN chown -R postgres:postgres /var/lib/postgresql/data && \
-	chmod -R 700 /var/lib/postgresql/data
+RUN chmod -R 700 /var/lib/postgresql/data