Browse Source

msm-change-logrotate-permissions (#827)

Miguel Serrano 5 năm trước cách đây
mục cha
commit
3ca5d71945
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -77,6 +77,7 @@ ADD ${baseDir}/nginx/sharelatex.conf /etc/nginx/sites-enabled/sharelatex.conf
 # Configure log rotation
 # ----------------------
 ADD ${baseDir}/logrotate/sharelatex /etc/logrotate.d/sharelatex
+RUN chmod 644 /etc/logrotate.d/sharelatex
 
 
 # Copy Phusion Image startup scripts to its location