refactor: remove sharp image optimization (#1862)

This commit is contained in:
Meier Lukas
2025-01-04 22:38:40 +01:00
committed by GitHub
parent c349bf8371
commit 1562eae4d7

View File

@@ -12,9 +12,6 @@ COPY . .
RUN corepack enable pnpm && pnpm install --recursive --frozen-lockfile
# Install sharp for image optimization
RUN corepack enable pnpm && pnpm install sharp -w
# Copy static data as it is not part of the build
COPY static-data ./static-data
ARG SKIP_ENV_VALIDATION='true'