Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff5a8a commit e433298Copy full SHA for e433298
Dockerfile-test
@@ -9,6 +9,6 @@ ENV GIT_USERNAME=$GIT_USERNAME
9
ARG GIT_PASSWORD
10
ENV GIT_PASSWORD=$GIT_PASSWORD
11
12
-ENTRYPOINT [ "sh", "-c", "chmod +x mvnw" ]
+ENTRYPOINT [ "sh", "-c", "chmod +x mvnw && ./mvnw test" ]
13
14
EXPOSE 8098:8098
0 commit comments