Run update.sh

This commit is contained in:
Docker Library Bot 2016-03-01 09:15:26 -08:00
parent 19a122992b
commit 9d5bc6e273
1 changed files with 5 additions and 3 deletions

View File

@ -80,9 +80,11 @@ You can also use `couchdb` as the base image for your own couchdb instance and p
Example Dockerfile:
FROM couchdb:latest
COPY local.ini /usr/local/etc/couchdb/
```dockerfile
FROM couchdb:latest
COPY local.ini /usr/local/etc/couchdb/
```
and then build and run