* fix: exclude test/fixtures from .dockerignore
#12620 introduced the ignore of the `test/` directory, which had the
unintended effect of breaking `make start`. To amend that, add an
override for `test/fixture` in order to unbreak
`test/container/dockerfile`.
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
* fix: also exclude `test/containers`
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
---------
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Add a bunch of directories to `.dockerignore` which are not required
within the production image.
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>