Skip to content

Commit

Permalink
added missing .
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Mar 4, 2022
1 parent 2456ad8 commit 69cbe9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ "$1" ]
then git checkout "$1"
else git checkout main
fi
cd backend || exit && /mvnw package -DskipTests
cd backend || exit && ./mvnw package -DskipTests
cd .. || exit
docker build -t kit-finder .
cd /opt/docker/kit-finder || exit
Expand Down

0 comments on commit 69cbe9c

Please sign in to comment.