You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/virtual-file-system-requirements.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,9 @@ paths that cannot be used by existing files.
48
48
49
49
Pkg uses [`/snapshot`](https://github.com/vercel/pkg#snapshot-filesystem) as the
50
50
prefix for all the embedded files. This is confusing if `/snapshot` is an
51
-
existing directory on the file system.
51
+
existing directory on the file system. Docker workflows routinely copy files to,
52
+
and run things at, the root of the filesystem, so following that approach too
53
+
would run into the same problem.
52
54
53
55
Boxednode allows users to enter a [namespace](https://github.com/mongodb-js/boxednode/blob/6326e3277469e8cfe593616a0ed152600a5f9045/README.md?plain=1#L69-L72)
0 commit comments