Skip to content

Commit 4b89d89

Browse files
committed
Remove erroneous COPY command when building quickstart image
Signed-off-by: Dennis Gove <dgove1@bloomberg.net>
1 parent 26a08c4 commit 4b89d89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quickstart/quickstart.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ FROM base_builder AS layout
4848
## Add the built binaries into the image and make available on PATH
4949
COPY --from=parsec_service_builder /parsec-service/target/release/parsec /parsec/bin/parsec
5050
COPY --from=parsec_tool_builder /parsec-tool/target/release/parsec-tool /parsec/bin/parsec-tool
51-
COPY --from=parsec_tool_builder /parsec-tool/target/release/parsec-tool /parsec/bin/parsec-tool
5251

5352
## Create and configure a starting directory for quickstart operations
5453
WORKDIR /parsec/quickstart

0 commit comments

Comments
 (0)