mirror of
https://github.com/bokysan/docker-postfix.git
synced 2024-11-14 11:37:17 +08:00
4 lines
99 B
Bash
4 lines
99 B
Bash
|
#!/bin/sh
|
||
|
cd unit-tests
|
||
|
docker-compose up --build --abort-on-container-exit --exit-code-from tests
|