Skip to content

Commit fd99f9f

Browse files
author
Test User
committed
fix(docker): exclude terraphim_gitea_runner from server image build
Gitea runner depends on terraphim_github_runner which is omitted from the Docker build context, causing cargo workspace metadata to fail.
1 parent 61a278b commit fd99f9f

3 files changed

Lines changed: 3 additions & 32 deletions

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,4 @@ desktop/package-lock.json
155155
crates/terraphim_rlm/
156156
crates/terraphim_github_runner/
157157
crates/terraphim_github_runner_server/
158+
crates/terraphim_gitea_runner/

Cargo.lock

Lines changed: 0 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ exclude = [
5050
# "crates/terraphim_rlm",
5151
# terraphim_github_runner un-excluded for host-only reuse by terraphim_gitea_runner (#1910 M1).
5252
"crates/terraphim_github_runner_server",
53+
# Host-only Gitea runner; depends on dockerignored terraphim_github_runner.
54+
"crates/terraphim_gitea_runner",
5355
]
5456
default-members = ["terraphim_server"]
5557

0 commit comments

Comments
 (0)