defaults
This commit is contained in:
8
rootfs/usr/local/bin/entrypoint.sh
Normal file
8
rootfs/usr/local/bin/entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/ash
|
||||
if [ -z "$1" ]; then
|
||||
set -- "nginx" \
|
||||
-g \
|
||||
daemon off
|
||||
fi
|
||||
|
||||
exec "$@"
|
Reference in New Issue
Block a user