mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 19:41:16 +00:00
8 lines
201 B
YAML
8 lines
201 B
YAML
---
|
|
|
|
check: task --version | grep -E '[0-9][.0-9]+' || (task --version; false)
|
|
|
|
all:
|
|
type: custom
|
|
command: sh -c "$(curl -sS -K --fail -k https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin/
|