From ac638a3586020626038488a91c54892b194bc56f Mon Sep 17 00:00:00 2001 From: Fork Less Date: Wed, 24 Jun 2026 18:58:30 +0200 Subject: [PATCH] ci: retry build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 643d628..1cec38a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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