mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
8 lines
108 B
Text
8 lines
108 B
Text
|
FROM node:12.22.3
|
||
|
|
||
|
WORKDIR /app/scripts/translations
|
||
|
|
||
|
COPY . /app/scripts/translations/
|
||
|
|
||
|
RUN npm ci --quiet
|