3 lines
194 B
Text
3 lines
194 B
Text
dockergen: docker-gen -watch -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/default.conf
|
|
dockergen2: docker-gen -watch /app/index.tmpl /usr/share/nginx/html/index.html
|
|
nginx: nginx
|