All checks were successful
Docker Build / docker-build (push) Successful in 1m27s
6 lines
41 B
Bash
6 lines
41 B
Bash
#!/usr/bin/env sh
|
|
|
|
set -e
|
|
|
|
exec fpm "$@"
|