Piotr Kwiecinski 4 anni fa
parent
commit
fd27e19b52
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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 "$@"