Updated lockfile, replaced CMD with ENTRYPOINT
All checks were successful
Build and deploy website / build (push) Successful in 56s

This commit is contained in:
Martin Berg Alstad 2025-02-16 15:02:20 +01:00
parent 25a38d2f0e
commit 8cc5c6971f
Signed by: martials
GPG Key ID: 706F53DD087A91DE
3 changed files with 3 additions and 3 deletions

View File

@ -23,4 +23,4 @@ COPY --from=build /app/dist ./dist
ENV HOST=0.0.0.0 ENV HOST=0.0.0.0
ENV PORT=4321 ENV PORT=4321
EXPOSE 4321 EXPOSE 4321
CMD node ./dist/server/entry.mjs ENTRYPOINT node ./dist/server/entry.mjs

View File

@ -24,7 +24,7 @@
"@inlang/paraglide-js": "1.11.8", "@inlang/paraglide-js": "1.11.8",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.6", "@tailwindcss/vite": "^4.0.6",
"astro": "5.3.0", "astro": "^5.3.0",
"astro-icon": "^1.1.5", "astro-icon": "^1.1.5",
"sharp": "^0.33.5", "sharp": "^0.33.5",
"svelte": "^5.20.1", "svelte": "^5.20.1",

2
pnpm-lock.yaml generated
View File

@ -39,7 +39,7 @@ importers:
specifier: ^4.0.6 specifier: ^4.0.6
version: 4.0.6(vite@6.1.0(@types/node@22.7.5)(jiti@2.4.2)(lightningcss@1.29.1)(yaml@2.5.1)) version: 4.0.6(vite@6.1.0(@types/node@22.7.5)(jiti@2.4.2)(lightningcss@1.29.1)(yaml@2.5.1))
astro: astro:
specifier: 5.3.0 specifier: ^5.3.0
version: 5.3.0(@types/node@22.7.5)(jiti@2.4.2)(lightningcss@1.29.1)(rollup@4.34.7)(typescript@5.7.3)(yaml@2.5.1) version: 5.3.0(@types/node@22.7.5)(jiti@2.4.2)(lightningcss@1.29.1)(rollup@4.34.7)(typescript@5.7.3)(yaml@2.5.1)
astro-icon: astro-icon:
specifier: ^1.1.5 specifier: ^1.1.5