diff --git a/Dockerfile b/Dockerfile index a799e8152..1dc496491 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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'