Merge pull request #11448 from overleaf/msm-sp-cron

[CE/SP] `cron` jobs for Full Project History

GitOrigin-RevId: 1f52bd4baaed5856193cd3babfe2c95865b25cf8
This commit is contained in:
Miguel Serrano
2023-01-26 12:34:52 +01:00
committed by Copybot
parent 83e4a2fab6
commit 28c9c32e1b
5 changed files with 43 additions and 0 deletions

View File

@@ -46,6 +46,11 @@ ADD server-ce/nginx/clsi-nginx.conf /etc/nginx/sites-enabled/clsi-nginx.conf
ADD server-ce/logrotate/sharelatex /etc/logrotate.d/sharelatex
RUN chmod 644 /etc/logrotate.d/sharelatex
# Configure cron tasks
# ----------------------
ADD server-ce/cron /overleaf/cron
ADD server-ce/config/crontab* /etc/cron.d
# Copy Phusion Image startup scripts to its location
# --------------------------------------------------