v4.1 - Admin/onboarding

This commit is contained in:
2026-05-18 22:25:43 +12:00
parent 6ff970015f
commit 541ae2eeec
79 changed files with 11544 additions and 1007 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
ARG APP_VERSION=4.2.3
ARG APP_VERSION=4.0.0
FROM node:22-alpine AS builder
ARG APP_VERSION
@@ -6,7 +6,8 @@ ARG APP_VERSION
WORKDIR /app
COPY package.json ./
RUN npm install
COPY package-lock.json ./
RUN npm ci
COPY . .
RUN node --experimental-strip-types --import="file:///app/scripts/sveltekit-resolver.mjs" scripts/export-homepage-content.mjs