mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
73b17dd694
[all] node 20 upgrade v2 GitOrigin-RevId: aed13a800894717a796062e3dd4050e045040258
7 lines
108 B
Docker
7 lines
108 B
Docker
FROM node:20.18.0
|
|
|
|
WORKDIR /app/scripts/translations
|
|
|
|
COPY . /app/scripts/translations/
|
|
|
|
RUN npm ci --quiet
|