Skip to content

Commit

Permalink
revert dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed May 18, 2024
1 parent a394565 commit 4e39397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 144 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile

# override sharp 0.32.6 with 0.33.3
# RUN yarn remove sharp
# RUN yarn add --arch=arm64 --platform=linux --libc=musl --ignore-engines [email protected]
RUN yarn remove sharp
RUN yarn add --arch=arm64 --platform=linux --libc=musl --ignore-engines [email protected]

COPY . .

Expand Down
142 changes: 0 additions & 142 deletions src/components/ThemeSwitcher.tsx

This file was deleted.

0 comments on commit 4e39397

Please sign in to comment.