1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/tests/compose/test-script.sh

6 lines
94 B
Bash
Raw Normal View History

2018-10-04 13:42:34 +02:00
#!/bin/bash
for file in ../*.env ; do
cp $file .env
docker-compose -f ../run.yml up -d
done