SEO Tweaks
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ COPY package.json ./
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
RUN node --experimental-strip-types scripts/export-homepage-content.mjs
|
||||
RUN node --experimental-strip-types --import="file:///app/scripts/sveltekit-resolver.mjs" scripts/export-homepage-content.mjs
|
||||
RUN npm run build
|
||||
|
||||
FROM node:22-alpine AS runner
|
||||
|
||||
Reference in New Issue
Block a user