Piotr Kwiecinski 4 years ago
parent
commit
9a8727cb16
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compose/bin/cli

+ 1 - 0
compose/bin/cli

@@ -1,3 +1,4 @@
 #!/bin/bash
+#
 [ -z "$1" ] && echo "Please specify a CLI command (ex. ls)" && exit
 docker-compose exec phpfpm "$@"