Commit graph

1 commit

Author SHA1 Message Date
MMK21
6ce7f7dd3e
Add a Dockerignore file (#72)
* Add required library libatomic1 to Dockerfile

* Add a dockerignore file

It used to take like 3 seconds to copy all the files into the Docker image because `.venv` was included.

That isn't needed because we `uv sync` within the container, so builds are slightly faster during development now.
2025-10-25 08:33:57 +00:00