Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
docker-compose.dev: bindmount the whole source tree (#69)
Browse files Browse the repository at this point in the history
So rebuilding the image isn't needed for development
  • Loading branch information
dequis authored and Martin Schurig committed Jun 11, 2019
1 parent 2a0ca6c commit f27fa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ services:
build:
context: .
volumes:
- ./config.yml:/usr/app/config.yml
- ./:/usr/app/
command: "ruby /usr/app/run.rb"

0 comments on commit f27fa06

Please sign in to comment.