Fix shebang, more open execute permissions
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
!#/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
envsubst < /usr/share/nginx/html/index.html.tmpl > /usr/share/nginx/html/index.html
|
||||
|
||||
/docker-entrypoint.sh nginx -g daemon off
|
||||
/docker-entrypoint.sh nginx -g "daemon off;"
|
||||
|
Reference in New Issue
Block a user