We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0538792 commit 8e27d4fCopy full SHA for 8e27d4f
Dockerfile
@@ -133,7 +133,7 @@ FROM base AS gno
133
COPY --from=build-gno /gnoroot/build/gno /usr/bin/gno
134
COPY --from=build-gno /gnoroot/examples /gnoroot/examples
135
COPY --from=build-gno /gnoroot/gnovm/stdlibs /gnoroot/gnovm/stdlibs
136
-COPY --from=build-gno /gnoroot/tests/gnovm/stdlibs /gnoroot/gnovm/tests/stdlibs
+COPY --from=build-gno /gnoroot/gnovm/tests/stdlibs /gnoroot/gnovm/tests/stdlibs
137
ENTRYPOINT ["/usr/bin/gno"]
138
139
# Gno Contribs [ Gnobro, Gnogenesis ]
0 commit comments