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