mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
272108a213
GitOrigin-RevId: 3f1ab14c4c36ea54408e0ce2c404a323bfe8d9a6
8 lines
108 B
Docker
8 lines
108 B
Docker
FROM node:20.18.2
|
|
|
|
WORKDIR /app/scripts/translations
|
|
|
|
COPY . /app/scripts/translations/
|
|
|
|
RUN npm ci --quiet
|