Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
Optionally run in docker-compose
  • Loading branch information
beiller authored Nov 25, 2018
1 parent 72dc52c commit 557f8f5
Showing 1 changed file with 8 additions and 0 deletions.
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.3'

services:

3ddfa:
build: .
volumes:
- ./:/root/

0 comments on commit 557f8f5

Please sign in to comment.