fix: proper dockerfile
This commit is contained in:
+1
-2
@@ -1,6 +1,5 @@
|
||||
FROM python:3.12-slim
|
||||
WORKDIR /app
|
||||
COPY pyproject.toml ./
|
||||
RUN pip install --no-cache-dir -e ".[http]"
|
||||
COPY . .
|
||||
RUN pip install --no-cache-dir -e ".[http]"
|
||||
CMD ["owa-mcp"]
|
||||
|
||||
Reference in New Issue
Block a user