mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Include Sharp in Docker build
This commit is contained in:
parent
885ec12780
commit
8a40531d76
2 changed files with 4 additions and 1 deletions
2
build.ts
2
build.ts
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue