Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
Compose development configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
francescotonini committed Feb 18, 2017
1 parent 9af6fcd commit fc015c2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '2'

services:
bot:
build: .
environment:
- NODE_ENV=development
volumes:
- ./test/config.json:/src/lib/config/config.json

0 comments on commit fc015c2

Please sign in to comment.