mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02:00
[misc] upgrade Node.js to latest LTS 18.18.0 GitOrigin-RevId: 96c7171065ceb8797c28efa4ab331d86a84868d2
8 lines
108 B
Docker
8 lines
108 B
Docker
FROM node:18.18.0
|
|
|
|
WORKDIR /app/scripts/translations
|
|
|
|
COPY . /app/scripts/translations/
|
|
|
|
RUN npm ci --quiet
|