Skip to content

Commit a0c177a

Browse files
committed
Unifies Docker build contexts, removes debug logs
Points build contexts to the project root for simpler Docker setup Removes leftover debug statement to reduce console noise Updates local build instructions
1 parent e93ada4 commit a0c177a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.dockerignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@ README.md
77
.nyc_output
88
coverage
99
.vscode
10-
dist
10+
dist
11+
12+
# Ignore schema 'latest' which on Windows may be a symlink to a host path
13+
# that cannot be resolved inside the Linux build container. We create a real
14+
# schema/latest in the Dockerfile, so don't copy the host symlink into the
15+
# build context with COPY . .
16+
schema/latest
17+
src/schema/latest

0 commit comments

Comments
 (0)