chore: reduce the size of images

This commit is contained in:
DIYgod 2023-07-25 12:47:25 +01:00
parent afc151ba04
commit 681f672f04
No known key found for this signature in database
3 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ WORKDIR /app
COPY package.json pnpm-lock.yaml prisma ./
RUN pnpm i --frozen-lockfile
RUN pnpm i --frozen-lockfile --no-optional
##### BUILD
FROM deps as build

Binary file not shown.

Before

Width:  |  Height:  |  Size: 660 KiB

After

Width:  |  Height:  |  Size: 620 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB