Merge pull request #19642 from overleaf/jdt-latexmkrc-ce

feat: add latexmkrc for server-ce
GitOrigin-RevId: 0d7385808a6a0b98d0a759ce0e329e6b9f578f35
This commit is contained in:
Jimmy Domagala-Tang
2024-09-03 15:26:13 -04:00
committed by Copybot
parent f4c57fce4c
commit 7add11a190
3 changed files with 40 additions and 9 deletions

View File

@@ -82,6 +82,10 @@ RUN chmod +x /overleaf/bin/flush-history-queues
ADD server-ce/bin/force-history-resyncs /overleaf/bin/force-history-resyncs
RUN chmod +x /overleaf/bin/force-history-resyncs
# Copy Latexmkrc
# -----------------------
COPY server-ce/config/latexmkrc /usr/local/share/latexmk/LatexMk
# File that controls open|closed status of the site
# -------------------------------------------------
ENV SITE_MAINTENANCE_FILE "/etc/overleaf/site_status"