Skip to content

Commit 2ed4e0e

Browse files
BENCH-185 Updated bash and batch script
1 parent af2dfb2 commit 2ed4e0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

start-answerking.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:: Maven onto your machine, https://maven.apache.org/install.html
55

66
echo ================================================
7-
echo Beginning Docker Build
7+
echo Beginning Docker Build on Windows
88
echo ================================================
99

1010
call mvn clean install

start-answerking.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Maven onto your machine, https://maven.apache.org/install.html
55

66
echo "================================================"
7-
echo "Beginning Docker Build"
7+
echo "Beginning Docker Build on Linux"
88
echo "================================================"
99

1010
docker-compose down --remove-orphans

0 commit comments

Comments
 (0)