Skip to content

Instantly share code, notes, and snippets.

@SC7639
Created June 23, 2016 13:26
Show Gist options
  • Select an option

  • Save SC7639/7eb23abc7bf8768c026266ff34ba6fd0 to your computer and use it in GitHub Desktop.

Select an option

Save SC7639/7eb23abc7bf8768c026266ff34ba6fd0 to your computer and use it in GitHub Desktop.

Revisions

  1. SC7639 created this gist Jun 23, 2016.
    7 changes: 7 additions & 0 deletions add-cors-couchdb Dockerfile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    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"]