Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information