[PR #4] [MERGED] fix: remove references to deleted jscode/ directory in Dockerfile #26

Closed
opened 2026-03-13 14:22:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/7836246/cursor2api/pull/4
Author: @guoyongchang
Created: 3/5/2026
Status: Merged
Merged: 3/5/2026
Merged by: @7836246

Base: mainHead: fix-docker-compose-up


📝 Commits (1)

  • 8a26c9e fix: remove references to deleted jscode/ directory in Dockerfile

📊 Changes

1 file changed (+0 additions, -4 deletions)

View changed files

📝 Dockerfile (+0 -4)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/7836246/cursor2api/pull/4 **Author:** [@guoyongchang](https://github.com/guoyongchang) **Created:** 3/5/2026 **Status:** ✅ Merged **Merged:** 3/5/2026 **Merged by:** [@7836246](https://github.com/7836246) **Base:** `main` ← **Head:** `fix-docker-compose-up` --- ### 📝 Commits (1) - [`8a26c9e`](https://github.com/7836246/cursor2api/commit/8a26c9ed5566cfb0b553b21c3d938fedd4a26bbb) fix: remove references to deleted jscode/ directory in Dockerfile ### 📊 Changes **1 file changed** (+0 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+0 -4) </details> ### 📄 Description ## 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](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 14:22:03 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cursor2api#26
No description provided.