Skip to content

Commit 45f879e

Browse files
committed
fix docker ignore
1 parent 65e30fa commit 45f879e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.dockerignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
cat > .dockerignore <<'EOF'
21
# Ignore everything at repo root
32
*
43

@@ -14,4 +13,8 @@ cat > .dockerignore <<'EOF'
1413
!build.rs
1514
!.cargo/
1615
!.cargo/**
17-
EOF
16+
17+
# Keep bundled HMMs
18+
!data/
19+
!data/hmm/
20+
!data/hmm/**

0 commit comments

Comments
 (0)