Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e433298

Browse files
author
envomp
committed
Update Dockerfile-test
1 parent 1ff5a8a commit e433298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ ENV GIT_USERNAME=$GIT_USERNAME
99
ARG GIT_PASSWORD
1010
ENV GIT_PASSWORD=$GIT_PASSWORD
1111

12-
ENTRYPOINT [ "sh", "-c", "chmod +x mvnw" ]
12+
ENTRYPOINT [ "sh", "-c", "chmod +x mvnw && ./mvnw test" ]
1313

1414
EXPOSE 8098:8098

0 commit comments

Comments
 (0)