You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-29 22:37:58 +02:00
Fixed paths to files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
for file in ../*.env ; do
|
||||
for file in tests/compose/*.env ; do
|
||||
cp $file .env
|
||||
docker-compose -f ../run.yml up -d
|
||||
docker-compose -f tests/compose/run.yml up -d
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user