Skip to content

Copy src directory during Dockerfile build#49

Merged
eshulman2 merged 4 commits into
forge-sdlc:mainfrom
danchild:patch-issue-48
Jul 16, 2026
Merged

Copy src directory during Dockerfile build#49
eshulman2 merged 4 commits into
forge-sdlc:mainfrom
danchild:patch-issue-48

Conversation

@danchild

@danchild danchild commented May 14, 2026

Copy link
Copy Markdown
Contributor

Fixes issue #48

The Dockerfile uses a COPY src/ ./src/ instruction too late in build process, which means the forge entry point will be missing at runtime. As a result, the forge-api service fails to run inside the container.

Changed: Dockerfile — 1 line moved

The forge cli entry point is missing when the api
starts. Moving the copy before pip install creates
the entrypoint.

Signed-off-by: Dan Childers <dchilder@redhat.com>
@eshulman2 eshulman2 added bug Something isn't working area:execution Agent execution, containers, sandboxes, and runtime drivers ready-for-review labels Jul 16, 2026
@eshulman2
eshulman2 merged commit 94b653c into forge-sdlc:main Jul 16, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:execution Agent execution, containers, sandboxes, and runtime drivers bug Something isn't working ready-for-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants