Docker improvements to better use existing tools

This commit is contained in:
Matteo Giaccone 2018-12-06 23:04:06 +01:00
parent a15a7d8a95
commit fe9859d959
3 changed files with 6 additions and 7 deletions

View file

@ -9,7 +9,6 @@ services:
- db-data:/var/lib/mysql
web:
build: .
command: rails s
volumes:
- ${VOLUME:-.:/app}
ports: