ci: trigger build [force]
Docker Build (ARM64) / Build & Push (push) Failing after 5s

This commit is contained in:
2026-06-24 18:55:36 +02:00
parent d50de9232f
commit 5775ec1e3b
+1 -1
View File
@@ -1,5 +1,5 @@
# Dockerfile for MCP Excalidraw Server
# Builds the MCP server with SQLite persistence
# Builds the MCP server with SQLite persistence (Alpine)
# Stage 1: Build backend (TypeScript compilation + native modules)
FROM node:20-alpine AS builder