fix(docker): repair build
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m0s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m0s
NOTE: remove imagemagick for now
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:22-alpine AS base
|
||||
FROM node:22-slim AS base
|
||||
RUN corepack enable
|
||||
|
||||
FROM base AS deps
|
||||
|
||||
Reference in New Issue
Block a user