mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-26 06:47:32 -05:00
Fix sharp in bun compile in 1.3.4 (#1206)
This commit is contained in:
parent
fc7deb8e09
commit
3a06e3c43c
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user