sum dickerfile update

This commit is contained in:
bootunloader
2026-01-05 22:36:13 +02:00
parent 0111933d92
commit 4d4d7cfa93
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine FROM node:24-alpine
RUN apk add --no-cache libc6-compat RUN apk add --no-cache libc6-compat

View File

@@ -6,7 +6,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite dev", "dev": "vite dev",
"start": "HOST=0.0.0.0 PORT=80 node ./build/index.js", "start": "HOST=0.0.0.0 PORT=3000 node ./build/index.js",
"build": "pnpm run check && vite build", "build": "pnpm run check && vite build",
"preview": "vite preview", "preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",