mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 22:29:01 +02:00
57d12dfb17
GitOrigin-RevId: 4b613ea3973cb7944c3d414ea91bcf367dbf50a6
8 lines
108 B
Docker
8 lines
108 B
Docker
FROM node:18.20.4
|
|
|
|
WORKDIR /app/scripts/translations
|
|
|
|
COPY . /app/scripts/translations/
|
|
|
|
RUN npm ci --quiet
|