fpm/image/entrypoint.sh
2023-12-24 14:02:52 +01:00

6 lines
62 B
Bash

#!/usr/bin/env sh
set -e
FPMOPTS="${INPUT_FPM_OPTS}" fpm $@