fix(docker): repair build
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m0s

NOTE: remove imagemagick for now
This commit is contained in:
2026-02-13 14:38:22 +01:00
parent 15f6264bff
commit 7f7993e00c
4 changed files with 12 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22-alpine AS base
FROM node:22-slim AS base
RUN corepack enable
FROM base AS deps