Actualiser server-ce/Dockerfile
Build and Deploy Verso / deploy (push) Has been cancelled

This commit is contained in:
2026-05-30 12:08:40 +00:00
parent 070d0c1352
commit a2db1f04be
+2 -2
View File
@@ -38,8 +38,8 @@ RUN --mount=type=cache,target=/root/.cache \
--mount=type=cache,target=/usr/local/share/.cache/yarn,id=server-ce-yarn-fallback-cache \
--mount=type=cache,target=/overleaf/services/web/node_modules/.cache,id=server-ce-webpack-cache \
--mount=type=tmpfs,target=/tmp \
node genScript compile | bash
node genScript compile | bash || \
(echo "==== PACK LOGS ====" && find /tmp -name pack.log -exec cat {} \; && exit 1)
# Copy runit service startup scripts to its location
# --------------------------------------------------
ADD server-ce/runit /etc/service