Improve docker build to use hooks
This commit is contained in:
6
docker/usr/local/bin/entrypoint.sh
Executable file
6
docker/usr/local/bin/entrypoint.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
chown -R nginx:nginx /var/www/app/data
|
||||
chown -R nginx:nginx /var/www/app/plugins
|
||||
|
||||
exec /bin/s6-svscan /etc/services.d
|
||||
Reference in New Issue
Block a user