Skip to content

Instantly share code, notes, and snippets.

@SC7639
Created June 23, 2016 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SC7639/7eb23abc7bf8768c026266ff34ba6fd0 to your computer and use it in GitHub Desktop.
Save SC7639/7eb23abc7bf8768c026266ff34ba6fd0 to your computer and use it in GitHub Desktop.
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