Initial commit: Handoff Pro MCP server for Kellow Construction
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.12-slim
|
||||
WORKDIR /app
|
||||
COPY lib/ lib/
|
||||
COPY scripts/ scripts/
|
||||
COPY server.py .
|
||||
RUN python3 scripts/init_db.py
|
||||
EXPOSE 3101
|
||||
CMD ["python3", "server.py"]
|
||||
Reference in New Issue
Block a user