FROM node:22-slim LABEL authors="Martin Berg Alstad" COPY . . RUN --mount=type=cache,id=npm,target=/store npm install --omit=dev --frozen-lockfile ENTRYPOINT ["npm", "run", "start-prod"]