FROM node:24.13.0

WORKDIR /app/scripts/translations

COPY . /app/scripts/translations/

RUN npm ci --quiet
