Skip to content

Commit

Permalink
refactor: remove sharp image optimization (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meierschlumpf authored Jan 4, 2025
1 parent c349bf8 commit 1562eae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1562eae

Please sign in to comment.