Skip to content

Commit a36e960

Browse files
committed
compose: share gemfile from host
1 parent c861fcd commit a36e960

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ services:
1010
# and see the result without need to restart the container
1111
- ./app:/linuxfr.org/app:Z
1212
- ./db:/linuxfr.org/db:Z
13+
- ./Gemfile:/linuxfr.org/Gemfile:Z
14+
- ./Gemfile.lock:/linuxfr.org/Gemfile.lock:Z
1315
- ./lib:/linuxfr.org/lib:Z
1416
- ./public:/linuxfr.org/public:Z
1517
- ./test:/linuxfr.org/test:Z

0 commit comments

Comments
 (0)