diff --git a/Dockerfile.canvas b/Dockerfile.canvas index a7d8875..9c5f2f6 100644 --- a/Dockerfile.canvas +++ b/Dockerfile.canvas @@ -1,5 +1,5 @@ # Dockerfile for Canvas Server (Optional) -# Provides the web interface, REST API, and SQLite persistence +# Provides the web interface, REST API, and SQLite persistence (Alpine) # Stage 1: Build frontend FROM node:20-alpine AS frontend-builder