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 af2dfb2 commit 2ed4e0eCopy full SHA for 2ed4e0e
start-answerking.bat
@@ -4,7 +4,7 @@
4
:: Maven onto your machine, https://maven.apache.org/install.html
5
6
echo ================================================
7
-echo Beginning Docker Build
+echo Beginning Docker Build on Windows
8
9
10
call mvn clean install
start-answerking.sh
# Maven onto your machine, https://maven.apache.org/install.html
echo "================================================"
-echo "Beginning Docker Build"
+echo "Beginning Docker Build on Linux"
docker-compose down --remove-orphans
0 commit comments