mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-07 08:09:01 +02:00
Merge pull request #3660 from overleaf/ae-dockerfile
Create and chown node_modules in Dockerfile GitOrigin-RevId: fcc7d30e47ecf1b9ab64efe63779ca050c2ba235
This commit is contained in:
@@ -10,6 +10,7 @@ RUN apt-get update \
|
||||
&& apt-get install -y parallel \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN mkdir /app/node_modules && chown node:node /app/node_modules
|
||||
|
||||
# the deps image is used for caching npm ci
|
||||
FROM base as deps
|
||||
|
||||
Reference in New Issue
Block a user