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