Skip to content

Commit

Permalink
fix: include the prefix directory in .dockerignore
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
maurermi authored and HalosGhost committed Jul 19, 2024
1 parent 0f7014f commit a055e7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ run
plots
.vscode
.deps
prefix

# E2E test results
testruns
Expand Down

0 comments on commit a055e7f

Please sign in to comment.