mirror of
https://github.com/open-webui/mcpo
synced 2025-06-26 18:26:58 +00:00
Update Dockerfile
Co-Authored-By: christag <330771+christag@users.noreply.github.com>
This commit is contained in:
parent
8b41671bdd
commit
45c474e0f0
@ -18,8 +18,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
||||
RUN node -v && npm -v
|
||||
|
||||
# Copy your mcpo source code (assuming in src/mcpo)
|
||||
COPY src/mcpo /app/mcpo
|
||||
COPY pyproject.toml /app/
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
# Install mcpo via uv
|
||||
|
Loading…
Reference in New Issue
Block a user