Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Add docker-compose.yml
Browse files Browse the repository at this point in the history
Fixes #980
  • Loading branch information
Anisha Swain committed Mar 22, 2017
1 parent 1b543b2 commit 62b8f39
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dist
tmp
node_modules
bower_components
.git

8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: '2'
services:
web:
build: .
ports:
- "4200:4200"
couchdb:
image: "couchdb:1.6"

0 comments on commit 62b8f39

Please # to comment.