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 60bc29e commit 791b3ccCopy full SHA for 791b3cc
start-answerking.bat
@@ -0,0 +1,13 @@
1
+@echo off
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
+call mvn clean install
11
+call docker-compose down --remove-orphans
12
+call docker-compose build
13
+call docker-compose up
0 commit comments