ab-nginx/build/entrypoint.sh
2019-10-16 23:44:47 -06:00

11 lines
107 B
Bash

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