Reverted pip installation in Dockerfile

As the Dockerfile is there mainly to support developers, we want to build the Dockerfile using the current working
directory instead of a previously released version.
This commit is contained in:
Feike Steenbergen
2015-09-07 13:47:05 +02:00
parent 5ea0ab70f5
commit 348e8e8086
5 changed files with 17 additions and 27 deletions
+1 -1
View File
@@ -133,5 +133,5 @@ then
sleep 60
done
else
exec patroni /patroni/postgres.yml
exec python /patroni.py /patroni/postgres.yml
fi