ab-nginx/build/entrypoint.sh

11 lines
107 B
Bash

#!/bin/sh
#
### ab-nginx entrypoint script
#
# execute commands passed to this container
exec "$@"
#EOF