remove comment in dockerfile

This commit is contained in:
wileyj
2023-11-26 18:17:33 -08:00
parent 7702eaa192
commit 6f29b3cbbb
2 changed files with 0 additions and 2 deletions

View File

@@ -24,4 +24,3 @@ RUN --mount=type=tmpfs,target=${BUILD_DIR} cp -R /src/. ${BUILD_DIR}/ \
FROM scratch AS export-stage
COPY --from=build /out/stacks-inspect /out/blockstack-cli /out/clarity-cli /out/stacks-node /
## comment

View File

@@ -21,4 +21,3 @@ RUN --mount=type=tmpfs,target=${BUILD_DIR} cp -R /src/. ${BUILD_DIR}/ \
FROM scratch AS export-stage
COPY --from=build /out/stacks-inspect /out/blockstack-cli /out/clarity-cli /out/stacks-node /
## comment