Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Musicminion authored Feb 2, 2024
1 parent d003504 commit a94680e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-patches/web-dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ CMD ["node", "--expose-gc", "app.js"]

# the dev is suitable for running tests
FROM deps as dev
USER node

ARG SENTRY_RELEASE
ENV SENTRY_RELEASE=$SENTRY_RELEASE
COPY services/web /overleaf/services/web

# Build the latex parser
RUN cd /overleaf/services/web && npm run 'lezer-latex:generate'


USER node


# the webpack image has deps+src+webpack artifacts
Expand Down

0 comments on commit a94680e

Please sign in to comment.