FROM node:12.22.3

WORKDIR /app/scripts/translations

COPY . /app/scripts/translations/

RUN npm ci --quiet
