Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

Commit

Permalink
stable: explicitly make entrypoint executable
Browse files Browse the repository at this point in the history
see #19 for discussion
  • Loading branch information
klaemo committed Jun 19, 2015
1 parent c9837ea commit c7f8b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 1.6.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN chown -R couchdb:couchdb \
RUN sed -e 's/^bind_address = .*$/bind_address = 0.0.0.0/' -i /usr/local/etc/couchdb/default.ini

COPY ./docker-entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

# Define mountable directories.
VOLUME ["/usr/local/var/log/couchdb", "/usr/local/var/lib/couchdb"]
Expand Down

0 comments on commit c7f8b66

Please sign in to comment.