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

Commit

Permalink
Add docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
curtgrimes committed Dec 27, 2017
1 parent bc98484 commit 1ba6ceb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose-dev.yml
@@ -0,0 +1,10 @@
version: '3'
services:
webcaptioner:
build: .
ports:
- "8080:8080"
environment:
- NODE_ENV=dev
volumes:
- .:/usr/src

0 comments on commit 1ba6ceb

Please sign in to comment.