FROM node:24.14.1 WORKDIR /app/scripts/translations COPY . /app/scripts/translations/ RUN npm ci --quiet