fix: change clarity-reference filename

This commit is contained in:
Thomas Osmonson
2020-08-13 12:20:21 -05:00
committed by GitHub
parent cb75c8f9a5
commit c0e9254046

View File

@@ -10,7 +10,7 @@ RUN cargo build
RUN mkdir /out
RUN /src/target/debug/blockstack-core docgen > /out/clarityRef.json
RUN /src/target/debug/blockstack-core docgen > /out/clarity-reference.json
FROM scratch AS export-stage
COPY --from=build /out/clarityRef.json /
COPY --from=build /out/clarity-reference.json /