We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35e402 commit 9b12039Copy full SHA for 9b12039
Dockerfile
@@ -11,7 +11,7 @@ COPY src ./src
11
COPY static ./static
12
13
# Build the SvelteKit project
14
-RUN npm run build
+RUN SVELTE_CONFIG=${SVELTE_CONFIG} npm run build
15
16
# Production image
17
FROM node:22-alpine AS runner
0 commit comments