Fix sharp in bun compile in 1.3.4 (#1206)

This commit is contained in:
Zoe Roux 2025-12-07 16:35:09 +01:00 committed by GitHub
parent fc7deb8e09
commit 3a06e3c43c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,8 @@ COPY tsconfig.json .
ENV NODE_ENV=production
RUN bun build \
--compile \
# needed for sharp
--compile-autoload-package-json \
--minify-whitespace \
--minify-syntax \
--target bun \