This is an automated email from the ASF dual-hosted git repository.
willholley pushed a commit to branch custom_uid
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git
The following commit(s) were added to refs/heads/custom_uid by this push:
new 0d7f6f0 fixup! fixup! allow running as arbitrary uid
0d7f6f0 is described below
commit 0d7f6f074cb7c1b3fc8e04120ccbf2934c3b9e58
Author: Will Holley <[email protected]>
AuthorDate: Tue Aug 13 12:47:29 2019 +0100
fixup! fixup! allow running as arbitrary uid
---
2.3.1/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/2.3.1/Dockerfile b/2.3.1/Dockerfile
index 6bf1eab..d2381c4 100644
--- a/2.3.1/Dockerfile
+++ b/2.3.1/Dockerfile
@@ -122,7 +122,7 @@ RUN ln -s usr/local/bin/docker-entrypoint.sh
/docker-entrypoint.sh # backwards c
ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
# Setup directories and permissions for config
-RUN chmod -R 777 /opt/couchdb/etc;
+RUN chmod -R 777 /opt/couchdb/etc
VOLUME /opt/couchdb/data