diff --git a/Procfile b/Procfile index 8547156..6e9f49e 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ nginx: nginx -dockergen: docker-gen -watch -only-exposed -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/default.conf +dockergen: docker-gen -watch -only-exposed -notify "nginx -s reload" /app/templates/nginx.tmpl /etc/nginx/conf.d/default.conf diff --git a/nginx.tmpl b/templates/nginx.tmpl similarity index 100% rename from nginx.tmpl rename to templates/nginx.tmpl