Skip to content

Commit d79999d

Browse files
committed
chore: trim Railway source build context
1 parent b19609a commit d79999d

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.dockerignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ target/
55
*.md
66
!CLAUDE.md
77
node_modules/
8+
tests/
9+
docs/
10+
skills/
11+
scripts/
12+
.github/
13+
deploy/
14+
fuzz/
15+
crates/ironclaw_safety/fuzz/

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ COPY Cargo.toml Cargo.lock ./
2828
COPY crates/ crates/
2929
COPY build.rs build.rs
3030
COPY src/ src/
31-
COPY tests/ tests/
3231
COPY migrations/ migrations/
3332
COPY registry/ registry/
3433
COPY channels-src/ channels-src/
@@ -56,7 +55,6 @@ COPY Cargo.toml Cargo.lock ./
5655
COPY crates/ crates/
5756
COPY build.rs build.rs
5857
COPY src/ src/
59-
COPY tests/ tests/
6058
COPY migrations/ migrations/
6159
COPY registry/ registry/
6260
COPY channels-src/ channels-src/

0 commit comments

Comments
 (0)