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
|
app: &app
|
||||||
build: .
|
build: .
|
||||||
|
command: bundle exec rails server --binding 0.0.0.0
|
||||||
volumes:
|
volumes:
|
||||||
- .:/usr/src/app
|
- .:/usr/src/app
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue