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 5f2878ce475a76835d796d0093a10644ea6be8a5
Author: klaemo <[email protected]>
AuthorDate: Fri May 6 17:22:48 2016 +0200

    1.6: explicitly make entrypoint executable
    
    should fix #19
---
 1.6.1/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/1.6.1/Dockerfile b/1.6.1/Dockerfile
index 5d4b63d..7b5f557 100644
--- a/1.6.1/Dockerfile
+++ b/1.6.1/Dockerfile
@@ -94,6 +94,7 @@ RUN buildDeps=' \
   && sed -e 's!/usr/local/var/log/couchdb/couch.log$!/dev/null!' -i 
/usr/local/etc/couchdb/default.ini
 
 COPY ./docker-entrypoint.sh /
+RUN chmod +x /docker-entrypoint.sh
 
 # Define mountable directories.
 VOLUME ["/usr/local/var/lib/couchdb"]

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to