
download forego & docker-gen locally before build to avoid having to download it on build copy Procfile, nginx.tmpl & forego in a single command fix #79
2 lines
129 B
Text
2 lines
129 B
Text
nginx: nginx
|
|
dockergen: docker-gen -watch -only-exposed -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/default.conf
|