mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
8 lines
108 B
Docker
8 lines
108 B
Docker
|
FROM node:12.22.3
|
||
|
|
||
|
WORKDIR /app/scripts/translations
|
||
|
|
||
|
COPY . /app/scripts/translations/
|
||
|
|
||
|
RUN npm ci --quiet
|