FROM node:22.18.0

WORKDIR /app/scripts/translations

COPY . /app/scripts/translations/

RUN npm ci --quiet
