From 8cc5c6971f923d3cdab2d1ff6919bf243aa3dd80 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Sun, 16 Feb 2025 15:02:20 +0100 Subject: [PATCH] Updated lockfile, replaced CMD with ENTRYPOINT --- Dockerfile | 2 +- package.json | 2 +- pnpm-lock.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c107a06..f67603c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +ENTRYPOINT node ./dist/server/entry.mjs \ No newline at end of file diff --git a/package.json b/package.json index 9f6d237..c8f0563 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7e2bb20..7853700 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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