mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-18 13:21:08 +00:00
7 lines
108 B
Docker
7 lines
108 B
Docker
FROM node:18.20.2
|
|
|
|
WORKDIR /app/scripts/translations
|
|
|
|
COPY . /app/scripts/translations/
|
|
|
|
RUN npm ci --quiet
|