diff --git a/archetypes/quickstart-mp/src/main/resources/Dockerfile.native.mustache b/archetypes/quickstart-mp/src/main/resources/Dockerfile.native.mustache index 961c5b2a457..8f3ffd5c349 100644 --- a/archetypes/quickstart-mp/src/main/resources/Dockerfile.native.mustache +++ b/archetypes/quickstart-mp/src/main/resources/Dockerfile.native.mustache @@ -22,7 +22,7 @@ FROM scratch WORKDIR /helidon # Copy the binary built in the 1st stage -COPY --from=build /helidon/target/h{{artifactId}} . +COPY --from=build /helidon/target/{{artifactId}} . ENTRYPOINT ["./{{artifactId}}"]