Skip to content

Commit edddca1

Browse files
committedOct 24, 2017
Enhanced start-services.sh
1 parent 57ebef0 commit edddca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎start-services.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#! /bin/bash -e
22

3-
docker-compose up -d mysql
3+
docker-compose up -d --build mysql
44

55
./wait-for-mysql.sh
66

7-
docker-compose up -d
7+
docker-compose up -d --build
88

99
echo -n waiting for the services to start...
1010

0 commit comments

Comments
 (0)
Please sign in to comment.