Skip to content

Commit a055e7f

Browse files
maurermiHalosGhost
authored andcommitted
fix: include the prefix directory in .dockerignore
Noticed on macOS that ./scripts/build-docker.sh was failing. Our Dockerfile runs ./scripts/setup-dependencies.sh in the container before running `COPY . .`, which if prefix/ is not ignored, will copy in the libraries built on the host. Signed-off-by: Michael Maurer <[email protected]>
1 parent 0f7014f commit a055e7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ run
33
plots
44
.vscode
55
.deps
6+
prefix
67

78
# E2E test results
89
testruns

0 commit comments

Comments
 (0)