ab-nginx/build/entrypoint.sh

11 lines
107 B
Bash
Raw Normal View History

2019-10-16 23:44:47 -06:00
#!/bin/sh
#
### ab-nginx entrypoint script
#
# execute commands passed to this container
exec "$@"
#EOF