Updated lockfile, replaced CMD with ENTRYPOINT
All checks were successful
Build and deploy website / build (push) Successful in 56s
All checks were successful
Build and deploy website / build (push) Successful in 56s
This commit is contained in:
parent
25a38d2f0e
commit
8cc5c6971f
@ -23,4 +23,4 @@ COPY --from=build /app/dist ./dist
|
||||
ENV HOST=0.0.0.0
|
||||
ENV PORT=4321
|
||||
EXPOSE 4321
|
||||
CMD node ./dist/server/entry.mjs
|
||||
ENTRYPOINT node ./dist/server/entry.mjs
|
@ -24,7 +24,7 @@
|
||||
"@inlang/paraglide-js": "1.11.8",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tailwindcss/vite": "^4.0.6",
|
||||
"astro": "5.3.0",
|
||||
"astro": "^5.3.0",
|
||||
"astro-icon": "^1.1.5",
|
||||
"sharp": "^0.33.5",
|
||||
"svelte": "^5.20.1",
|
||||
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@ -39,7 +39,7 @@ importers:
|
||||
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))
|
||||
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)
|
||||
astro-icon:
|
||||
specifier: ^1.1.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user