diff --git a/Dockerfile b/Dockerfile index 999d6f0..2bf2751 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,8 @@ RUN rm -rf /var/lib/apt/lists/partial && apt-get update -o Acquire::CompressionT texlive-latex-recommended \ ffmpeg \ graphicsmagick \ - ghostscript + ghostscript \ + libvips-tools COPY --from=install /temp/prod/node_modules node_modules # COPY --from=prerelease /app/src/index.tsx /app/src/ diff --git a/bun.lockb b/bun.lockb index 4f5fd0f..29e86be 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2bfac22..21c8976 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,7 @@ "@elysiajs/jwt": "^1.0.2", "@elysiajs/static": "^1.0.3", "@picocss/pico": "^2.0.6", - "elysia": "^1.0.22", - "sharp": "^0.33.4" + "elysia": "^1.0.22" }, "module": "src/index.tsx", "bun-create": { diff --git a/src/components/header.tsx b/src/components/header.tsx index 21aab6a..d81b0b1 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -4,7 +4,7 @@ export const Header = ({ loggedIn }: { loggedIn?: boolean }) => { rightNav = (