Skip to content

Commit 45c474e

Browse files
tjbckchristag
andcommitted
Update Dockerfile
Co-Authored-By: christag <[email protected]>
1 parent 8b41671 commit 45c474e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
1818
RUN node -v && npm -v
1919

2020
# Copy your mcpo source code (assuming in src/mcpo)
21-
COPY src/mcpo /app/mcpo
22-
COPY pyproject.toml /app/
21+
COPY . /app
2322
WORKDIR /app
2423

2524
# Install mcpo via uv

0 commit comments

Comments
 (0)