Commit 5754676
committed
Add a placeholder ./local dir
This exists so that this mapping doesn't prevent "docker compose up"
from running:
web-server:
volumes:
- '/app/local'
The purpose of this is to prevent an existing ./local from being mapped
into the container, since there could well be a mismatch between the
locally installed perl used for ./local and the perl which is available
in the container.1 parent c397d8f commit 5754676
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments