Browse Source

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.
Ali Behjati 1 year ago
parent
commit
644b54676c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .dockerignore

+ 1 - 2
.dockerignore

@@ -15,5 +15,4 @@
 
 .git
 
-hermes/wormhole
-!hermes/src/state/cache.rs
+!apps/hermes/src/state/cache.rs