FROM node:18.17.1

WORKDIR /app/scripts/translations

COPY . /app/scripts/translations/

RUN npm ci --quiet
