11 lines
107 B
Bash
11 lines
107 B
Bash
#!/bin/sh
|
|
|
|
#
|
|
### ab-nginx entrypoint script
|
|
#
|
|
|
|
|
|
# execute commands passed to this container
|
|
exec "$@"
|
|
|
|
#EOF |