Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Moves the docker file to the project root because there is a bug unde…
Browse files Browse the repository at this point in the history
…r Windows.

There is a bug with the dockerfile-maven plugin on windows. For more information see spotify/dockerfile-maven#282
  • Loading branch information
rudolfgrauberger committed Jul 31, 2019
1 parent 2143e3a commit d3c38d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
File renamed without changes.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
<version>${dockerfile-maven.version}</version>
<configuration>
<contextDirectory>${project.basedir}</contextDirectory>
<dockerfile>${project.basedir}/src/main/docker/Dockerfile</dockerfile>
<repository>${docker.image.prefix}/${project.artifactId}</repository>
<tag>${project.version}</tag>
</configuration>
Expand Down

0 comments on commit d3c38d7

Please sign in to comment.