Skip to content

Commit

Permalink
Merge pull request quarkusio#1421 from geoand/dockerignore-fix
Browse files Browse the repository at this point in the history
Make .dockerignore match the what the Dockerfile uses to copy the binary
  • Loading branch information
cescoffier authored Mar 12, 2019
2 parents 6c94014 + ddefc3f commit d7a6781
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*
!target/${project_artifactId}
!target/*-runner
!target/*-runner.jar
!target/lib/*

0 comments on commit d7a6781

Please sign in to comment.