10 lines
471 B
Docker
10 lines
471 B
Docker
# BuildKit reads this file because it sits next to the Dockerfile named by
|
|
# `-f deploy/docker/Dockerfile`; the build context is the repository root, so
|
|
# without it the whole worktree — .git, node_modules, .zig-cache — is sent to
|
|
# the daemon. The classic builder reads only a context-root .dockerignore, but
|
|
# it cannot build this Dockerfile at all (see the BUILDPLATFORM note there), so
|
|
# there is nothing to copy anywhere.
|
|
*
|
|
!zig-out/dist/bin
|
|
!zig-out/dist/stage
|