msm-change-logrotate-permissions (#827)

This commit is contained in:
Miguel Serrano 2021-01-14 11:23:29 +01:00 committed by GitHub
parent 8647127844
commit 3ca5d71945
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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