mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
1a1f283245
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
|