Include Sharp in Docker build

This commit is contained in:
Jesse Wierzbinski 2024-04-07 03:14:51 -10:00
parent 885ec12780
commit 8a40531d76
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -26,7 +26,7 @@ await Bun.build({
target: "bun",
splitting: true,
minify: false,
external: ["bullmq", "@prisma/client"],
external: ["bullmq", "@prisma/client", "sharp"],
}).then((output) => {
if (!output.success) {
console.log(output.logs);