Skip to content

Commit 9b12039

Browse files
env6
1 parent d35e402 commit 9b12039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY src ./src
1111
COPY static ./static
1212

1313
# Build the SvelteKit project
14-
RUN npm run build
14+
RUN SVELTE_CONFIG=${SVELTE_CONFIG} npm run build
1515

1616
# Production image
1717
FROM node:22-alpine AS runner

0 commit comments

Comments
 (0)