Skip to content

Commit af2dfb2

Browse files
BENCH-185 Updated bash script to initialise Docker
1 parent 791b3cc commit af2dfb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

start-answerking.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#!/bin/bash
22

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+
echo "================================================"
9+
310
docker-compose down --remove-orphans
411
mvn clean install
512
docker-compose build

0 commit comments

Comments
 (0)