parasol-static-site/badger-entrypoint.sh.tmpl

8 lines
61 B
Bash

#!/bin/bash
set -e
bash /root/scripts/deploy.sh
exec "$@"