ci: retry build
Docker Build (ARM64) / Build & Push (push) Successful in 8s

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