Skip to content

Commit 05737f7

Browse files
committed
Mount the src via a bind mount
[refs #8feda19e2d1a]
1 parent e4582cb commit 05737f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

developing/hello-world/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ services:
55
image: jfahrer/hello-world:ruby
66
build:
77
context: .
8+
volumes:
9+
- .:/app

0 commit comments

Comments
 (0)