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