We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7412e78 commit 1aaad3eCopy full SHA for 1aaad3e
contrib/images/simd-env/Dockerfile
@@ -9,7 +9,7 @@ COPY api/go.mod api/go.sum /work/api/
9
COPY core/go.mod core/go.sum /work/core/
10
COPY collections/go.mod collections/go.sum /work/collections/
11
COPY store/go.mod store/go.sum /work/store/
12
-COPY store/go.mod store/go.sum /work/depinject/
+COPY depinject/go.mod depinject/go.sum /work/depinject/
13
COPY x/tx/go.mod x/tx/go.sum /work/x/tx/
14
COPY x/protocolpool/go.mod x/protocolpool/go.sum /work/x/protocolpool/
15
COPY x/gov/go.mod x/gov/go.sum /work/x/gov/
0 commit comments