README: add notes on Dockerfile usage

This commit is contained in:
famfo 2025-06-07 12:32:28 +02:00
parent 9c355c30c1
commit 5a586aedfa
No known key found for this signature in database

View file

@ -108,3 +108,11 @@ Cleanup. It will teardown the Forgejo instance.
```sh
./end-to-end.sh stop
```
## Running tests in Docker/Podman
There is an included Dockerfile in which the tests can be run. Building the
conatiner will copy the the entire repo state into the container from which
changes to the tests can be tested. Note: running in podman requires the
`--privileged` flag because this will run podman in podman for some tests.