mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3660 from overleaf/ae-dockerfile
Create and chown node_modules in Dockerfile GitOrigin-RevId: fcc7d30e47ecf1b9ab64efe63779ca050c2ba235
This commit is contained in:
parent
cbd4df6e29
commit
32a4990776
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue