Functions/historico/funko.yml

12 lines
340 B
YAML
Raw Normal View History

name: historico
runtime: kemal
options:
2024-08-20 13:38:38 +00:00
shard_build_options: "-d --error-trace"
ship_packages: []
devel_packages: []
healthcheck_options: "--interval=1m --timeout=2s --start-period=2s --retries=3"
healthcheck_command: "curl --fail http://localhost:3000/ping || exit 1"
copy_from_build:
- "public public"
- "bin/funko ."