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