FROM gcr.io/overleaf-ops/node:14.18.3

WORKDIR /app/scripts/translations

COPY . /app/scripts/translations/

RUN npm ci --quiet
