mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
2469c93da4
upgrade node to 18.20.2 GitOrigin-RevId: e4ac30c740ced3885353f1472cf690eb5ec0ece1
7 lines
108 B
Docker
7 lines
108 B
Docker
FROM node:18.20.2
|
|
|
|
WORKDIR /app/scripts/translations
|
|
|
|
COPY . /app/scripts/translations/
|
|
|
|
RUN npm ci --quiet
|