Skip to content

Commit

Permalink
Fix 2391 Bug in generated Dockerfile.native from quickstart-mp (#2393)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Sep 24, 2020
1 parent 147166a commit 388c622
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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}}"]

Expand Down

0 comments on commit 388c622

Please sign in to comment.