msm-change-logrotate-permissions (#827)

This commit is contained in:
Miguel Serrano 2021-01-14 11:23:29 +01:00 committed by GitHub
parent f453c553e6
commit 5584ed78ad

View file

@ -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