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 791b3cc commit af2dfb2Copy full SHA for af2dfb2
start-answerking.sh
@@ -1,5 +1,12 @@
1
#!/bin/bash
2
3
+# If this script does not work for you please ensure you install
4
+# Maven onto your machine, https://maven.apache.org/install.html
5
+
6
+echo "================================================"
7
+echo "Beginning Docker Build"
8
9
10
docker-compose down --remove-orphans
11
mvn clean install
12
docker-compose build
0 commit comments