Skip to content

Commit 644b546

Browse files
authored
fix(hermes): update cache.rs path in dockerignore (#1490)
Our dockerignore ignores all the files containing cache in their name and hermes had an exception here. This change was missed in moving Hermes around.
1 parent f929217 commit 644b546

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.dockerignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@
1515

1616
.git
1717

18-
hermes/wormhole
19-
!hermes/src/state/cache.rs
18+
!apps/hermes/src/state/cache.rs

0 commit comments

Comments
 (0)