Skip to content

Commit 1717691

Browse files
author
奶爸
committed
fix mysql command
1 parent df9daae commit 1717691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dev_command/mysql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
docker-compose exec mysql bash -c 'mysql -uroot -p${MYSQL_ROOT_PASSWORD} ${DEV_COMMAND_OPTIONS}'
2+
cd ${DEV_WORKDIR} && docker-compose exec mysql bash -c 'mysql -uroot -p${MYSQL_ROOT_PASSWORD} ${DEV_COMMAND_OPTIONS}'
33
exit $?;

0 commit comments

Comments
 (0)