Skip to content

Commit 13c683b

Browse files
committed
Fix typo.
1 parent c005ac2 commit 13c683b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ up-common-invoke-docker-compose: setup-mysql-volume
149149
${_DC} pull
150150
${_DC} build
151151
ifeq (${CREATE_DATABASE_IF_NOT_EXISTS},yes)
152-
${_DC} up db -d
152+
${_DC} up -d db
153153
@while ! ${MAKE} exec-mysql MYSQL_COMMAND_ARGS="-e 'SELECT 1'" >/dev/null 2>&1; do \
154154
sleep 1; \
155155
done

0 commit comments

Comments
 (0)