vet

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 53ffddc53330c4907d74e5bf1078cd5182e55b78
parent 2571a790c3463a178e73000ba121d6fd9b33aac3
Author: andrewlaack-collab <andrew.laack@imbue.com>
Date:   Thu, 26 Feb 2026 12:04:18 -0600

Remove dev/Dockerfile in favor of Containerfile (#161)

Co-authored-by: andrewlaack <andrew@laack.co>
Diffstat:
MDEVELOPMENT.md | 2+-
Rdev/Dockerfile -> dev/Containerfile | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md @@ -16,7 +16,7 @@ uv run vet ### Containerized -You can use the `Dockerfile` in `dev/` at the repo root to create a container that suffices to run Vet for development purposes. +You can use the `Containerfile` in `dev/` at the repo root to create a container that suffices to run Vet for development purposes. #### Setup diff --git a/dev/Dockerfile b/dev/Containerfile