diff --git a/Python-Port.md b/Python-Port.md index 1f07cbc..fd3965e 100644 --- a/Python-Port.md +++ b/Python-Port.md @@ -16,7 +16,7 @@ We use a GitLab issue, [Path to Python/FastAPI](https://gitlab.archlinux.org/arc ## Docker -If you want to build the project and see its test run with docker, you can run `docker build .` which should result in a full test run of both legacy *sharness* and our new *pytest* suites. At the end, it'll produce a text coverage report of the executed tests. Keep in mind, this is expected to be run at the root of the `aurweb` repository; it requires relative directories to populate Docker. +See the [Docker](https://gitlab.archlinux.org/archlinux/aurweb/-/wikis/Docker) wiki page for an in-depth look at our services and images. ## Getting Started