The repo doesn't contain a file named altinity-mcp, and the Docker has a COPY step and an entrypoint step which uses it, so docker build fails.
Attached logs below
`docker build -t altinity-mcp .
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
Sending build context to Docker daemon 276kB
Step 1/6 : FROM alpine:latest
---> 9234e8fb04c4
Step 2/6 : RUN apk --no-cache add ca-certificates curl
---> Using cache
---> 2919c2a5bed9
Step 3/6 : WORKDIR /app
---> Using cache
---> 8e38b96265ae
Step 4/6 : COPY altinity-mcp .
COPY failed: file not found in build context or excluded by .dockerignore: stat altinity-mcp: file does not exist`
The repo doesn't contain a file named altinity-mcp, and the Docker has a COPY step and an entrypoint step which uses it, so docker build fails.
Attached logs below