Created
June 23, 2016 13:26
-
-
Save SC7639/7eb23abc7bf8768c026266ff34ba6fd0 to your computer and use it in GitHub Desktop.
Revisions
-
SC7639 created this gist
Jun 23, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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"]