We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c861fcd commit a36e960Copy full SHA for a36e960
compose.yaml
@@ -10,6 +10,8 @@ services:
10
# and see the result without need to restart the container
11
- ./app:/linuxfr.org/app:Z
12
- ./db:/linuxfr.org/db:Z
13
+ - ./Gemfile:/linuxfr.org/Gemfile:Z
14
+ - ./Gemfile.lock:/linuxfr.org/Gemfile.lock:Z
15
- ./lib:/linuxfr.org/lib:Z
16
- ./public:/linuxfr.org/public:Z
17
- ./test:/linuxfr.org/test:Z
0 commit comments