Prechádzať zdrojové kódy

Merge pull request #724 from rindek/master

First load docker-gen, then nginx
Jason Wilder 8 rokov pred
rodič
commit
c5c6a6149d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Procfile

+ 1 - 1
Procfile

@@ -1,2 +1,2 @@
-nginx: nginx
 dockergen: docker-gen -watch -notify "nginx -s reload" /app/nginx.tmpl /etc/nginx/conf.d/default.conf
+nginx: nginx