Skip to content

Commit 8e27d4f

Browse files
authored
chore: fixing Dockerfile gnokey (#4125)
1 parent 0538792 commit 8e27d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ FROM base AS gno
133133
COPY --from=build-gno /gnoroot/build/gno /usr/bin/gno
134134
COPY --from=build-gno /gnoroot/examples /gnoroot/examples
135135
COPY --from=build-gno /gnoroot/gnovm/stdlibs /gnoroot/gnovm/stdlibs
136-
COPY --from=build-gno /gnoroot/tests/gnovm/stdlibs /gnoroot/gnovm/tests/stdlibs
136+
COPY --from=build-gno /gnoroot/gnovm/tests/stdlibs /gnoroot/gnovm/tests/stdlibs
137137
ENTRYPOINT ["/usr/bin/gno"]
138138

139139
# Gno Contribs [ Gnobro, Gnogenesis ]

0 commit comments

Comments
 (0)