Skip to content

Commit 5754676

Browse files
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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/blib
99
/carton.lock
1010
/cover_db/
11-
/local/
1211
/log4perl_local.conf
1312
/metacpan_web_local.*
1413
/node_modules/

local/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!/.gitignore

0 commit comments

Comments
 (0)