mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-22 01:50:59 +00:00
334 B
334 B
title
title |
---|
Contributing | Tests |
-
Install docker
-
Execute
git submodule update --init --recursive
-
Install jq
!!! info "MacOS Specific (needed for tests)"
```bash brew install coreutils # bash >= 4.0 for associative arrays brew install bash ```
-
Execute
make clean all