mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 20:39:18 +00:00
5 lines
158 B
Bash
5 lines
158 B
Bash
#!/bin/sh
|
|
chown -R $UID:$GID /etc/nginx /var/log/nginx /sites-enabled /conf.d /certs /www /tmp
|
|
chmod -R 700 /certs
|
|
exec su-exec $UID:$GID /sbin/tini -- nginx
|