Skip to content

Conversation

@dgalrod
Copy link

@dgalrod dgalrod commented Mar 12, 2025

This PR adds Docker support to simplify deployment and improve portability of the Figma Developer MCP server.

Changes:

  • Added Dockerfile with multi-stage build for optimized image size
  • Created docker-compose.yml for easy deployment
  • Added .dockerignore to exclude unnecessary files from the image
  • Updated README.md with Docker setup instructions and configuration options

Benefits:

  • Simplified deployment process with Docker Compose
  • Containerized environment ensures consistency across different systems
  • Multi-stage build reduces final image size
  • Support for environment variables through .env file mounting

Usage:

Users can now run the server with a simple docker-compose up -d command after setting their Figma API key in the .env file.

JAORMX
JAORMX previously approved these changes Mar 27, 2025
@GLips GLips dismissed JAORMX’s stale review March 27, 2025 17:55

Still thinking about the best way to integrate Docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants