FROM node:16.14.2

WORKDIR /app/scripts/translations

COPY . /app/scripts/translations/

RUN npm ci --quiet
