FROM node:22-alpine

WORKDIR /app
COPY package.json ./

CMD ["node", "-e", "console.log('Scaffold only: {{SERVICE_ID}} / {{RUNTIME_PRESET}}')"]
