Skip to content

Commit a576a02

Browse files
MCLOUD-5831: Fix magento-docker entrypoint (#204)
1 parent 3f89fdb commit a576a02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/bin/magento-docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ case "$1" in
7070
;;
7171
flush-varnish)
7272
docker-compose exec varnish varnishadm ban req.url '~' '.'
73+
;;
7374
ece-db)
7475
docker-compose exec db sh -c 'mysql -u $MYSQL_USER -p$MYSQL_PASSWORD $MYSQL_DATABASE "$@"'
7576
;;

0 commit comments

Comments
 (0)