fix: add liberation fonts to Docker image and configure resvg to use them for label rendering
Build and Push Multi-Platform Images / build-and-push (push) Successful in 31s
Build and Push Multi-Platform Images / build-and-push (push) Successful in 31s
This commit is contained in:
@@ -8,7 +8,7 @@ RUN npm run build
|
||||
|
||||
# Production
|
||||
FROM node:20-alpine
|
||||
RUN apk add --no-cache ghostscript imagemagick
|
||||
RUN apk add --no-cache ghostscript imagemagick font-liberation fontconfig
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/dist ./dist
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
|
||||
Reference in New Issue
Block a user