Skip to content

Commit

Permalink
Add docker-compose file to ehlp building images
Browse files Browse the repository at this point in the history
  • Loading branch information
luanguimaraesla committed Jun 3, 2018
1 parent 7009143 commit 397e248
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '2'

services:
pandocker:
image: luanguimaraesla/pandocker:0.3.1
build:
context: .
dockerfile: ./Dockerfile
volumes:
- .:/pandocker

0 comments on commit 397e248

Please sign in to comment.