FROM node:22.17.0

WORKDIR /app/scripts/translations

COPY . /app/scripts/translations/

RUN npm ci --quiet
