This is an automated email from the ASF dual-hosted git repository. garren pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git
commit f253c6513d9c056a6c4cc3faf85092d505f1edb6 Author: klaemo <[email protected]> AuthorDate: Sun Nov 13 12:04:26 2016 +0100 fix 2.0-dev --- 2.0-dev/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2.0-dev/Dockerfile b/2.0-dev/Dockerfile index 2c3b957..60f0c68 100644 --- a/2.0-dev/Dockerfile +++ b/2.0-dev/Dockerfile @@ -83,4 +83,5 @@ RUN chmod +x /usr/src/couchdb/dev/run && chown -R couchdb:couchdb /usr/src/couch WORKDIR /usr/src/couchdb EXPOSE 5984 4369 9100 15984 25984 35984 15986 25986 35986 -CMD ["tini", "--", "/usr/src/couchdb/dev/run", "--with-haproxy"] +ENTRYPOINT ["tini", "--", "/usr/src/couchdb/dev/run"] +CMD ["--with-haproxy"] -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
