You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments