Make docker-compose work again
This commit is contained in:
parent
491ca00949
commit
6105e62597
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
app: &app
|
||||
build: .
|
||||
command: bundle exec rails server --binding 0.0.0.0
|
||||
volumes:
|
||||
- .:/usr/src/app
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue