add Docker support for running caldav-mcp
Introduce a multi-stage Docker build and runtime image so the server can be built and launched consistently across environments, and document build/run usage in README.
This commit is contained in:
10
.dockerignore
Normal file
10
.dockerignore
Normal file
@@ -0,0 +1,10 @@
|
||||
node_modules
|
||||
dist
|
||||
.git
|
||||
.gitignore
|
||||
npm-debug.log
|
||||
README.md
|
||||
docs
|
||||
tests
|
||||
.env
|
||||
.env.*
|
||||
Reference in New Issue
Block a user