Browse Source

remove test

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

+ 0 - 1
compose/bin/cli

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