Skip to content

Commit bce324b

Browse files
authored
Create build.sh
1 parent ad6803b commit bce324b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
mvn clean package && java -jar -Dserver.port=8081 ./target/authenticator-1.0.0.jar

0 commit comments

Comments
 (0)