ยฉ 2026 Hedgehog Software, LLC
npm run build
solid-start rendering index.html...
FROM node:alpine3.18 AS build COPY package* . RUN npm ci COPY . . ENV DOCKER=true RUN npm run build CMD ["npm", "run", "start"]