Skip to content

fix: remove references to deleted jscode/ directory in Dockerfile#4

Merged
7836246 merged 1 commit into7836246:mainfrom
guoyongchang:fix-docker-compose-up
Mar 5, 2026
Merged

fix: remove references to deleted jscode/ directory in Dockerfile#4
7836246 merged 1 commit into7836246:mainfrom
guoyongchang:fix-docker-compose-up

Conversation

@guoyongchang
Copy link
Copy Markdown
Contributor

Summary

  • Dockerfile still referenced the jscode/ directory which was removed in v2.0.0, causing docker compose up --build to fail with "/jscode": not found
  • Removed COPY jscode ./jscode from builder stage and COPY --from=builder ... /app/jscode ./jscode from runner stage

Test plan

  • Run docker compose up --build and verify the image builds successfully
  • Verify the container starts and serves requests on port 3010

🤖 Generated with Claude Code

The jscode/ directory was removed in v2.0.0 but the Dockerfile still
referenced it, causing docker compose build to fail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@7836246 7836246 merged commit cbe679b into 7836246:main Mar 5, 2026
anyaomif pushed a commit to anyaomif/cursor2api that referenced this pull request Mar 23, 2026
fix: remove references to deleted jscode/ directory in Dockerfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants