Refactoring to enable package building and succesfull installation of the Patroni package.

Build the first packages of patroni and added them to pypi.python.org
Update Dockerfile to use pip to install patroni.
This commit is contained in:
Feike Steenbergen
2015-09-03 09:52:01 +02:00
parent e96265e4d1
commit b1afd5ddc4
10 changed files with 38 additions and 22 deletions
+1 -1
View File
@@ -133,5 +133,5 @@ then
sleep 60
done
else
exec /patroni/patroni.py /patroni/postgres.yml
exec patroni /patroni/postgres.yml
fi