Make docker-compose work again

This commit is contained in:
wvengen 2015-05-30 19:10:04 +02:00
parent 491ca00949
commit 6105e62597
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
app: &app
build: .
command: bundle exec rails server --binding 0.0.0.0
volumes:
- .:/usr/src/app
ports: