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