1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-04-30 01:09:17 +00:00

5 lines
158 B
Bash
Raw Permalink Normal View History

2017-01-16 22:13:29 +01:00
#!/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