1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-09-21 19:31:45 +02:00
nginx-proxy/app/Procfile
Gilles Filippini 5aba125fb7
chore: do not copy useless files into the image
Move required files but 'nginx.tmpl' into a local 'app' folder and copy the
folder content into the image.

'nginx.tmpl' should be moved as well, but this is a breaking change for
configuration with a separate 'docker-gen' container.
2022-03-07 16:01:15 +01:00

3 lines
115 B
Plaintext

dockergen: docker-gen -watch -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/default.conf
nginx: nginx