Merge pull request #11909 from overleaf/jpa-update-build-scripts

[misc] update build scripts

GitOrigin-RevId: 1f7c62365190f70daeeff7909ee825b04aa864db
This commit is contained in:
Jakob Ackermann
2023-02-21 09:06:58 +00:00
committed by Copybot
parent f6bfc14a79
commit d483211677
21 changed files with 65 additions and 508 deletions

View File

@@ -1,6 +1,6 @@
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# https://github.com/overleaf/internal/
FROM node:16.17.1 as base
@@ -26,6 +26,6 @@ COPY services/clsi/ /overleaf/services/clsi/
FROM app
RUN mkdir -p cache compiles output \
&& chown node:node cache compiles output
&& chown node:node cache compiles output
CMD ["node", "--expose-gc", "app.js"]