Skip to content

Instantly share code, notes, and snippets.

@SC7639
Created June 23, 2016 13:26
FROM node:5.7.1
# Install and run add-cors-to-couchdb
RUN npm install -g add-cors-to-couchdb
# Define mountable directories.
CMD ["add-cors-to-couchdb", "http://couchdb:5984"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment