Skip to content

Commit b5d56b3

Browse files
committed
fix(docker): add data directory to Dockerfile COPY for hygiene_tools.toml
1 parent 4d0b44e commit b5d56b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ COPY crates ./crates
1010
COPY src ./src
1111
COPY benches ./benches
1212
COPY config ./config
13+
COPY data ./data
1314

1415
# Build release binary
1516
RUN cargo build --release && strip /usr/src/antislop/target/release/antislop

0 commit comments

Comments
 (0)