fpm/image/entrypoint.sh
David Hiendl f2c22cea9b
All checks were successful
Docker Build / docker-build (push) Successful in 1m27s
exec fpm instead of fork, ensure passed arguments are quoted correctly
2023-12-24 16:59:25 +01:00

6 lines
41 B
Bash

#!/usr/bin/env sh
set -e
exec fpm "$@"