mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-26 03:52:50 +02:00
Fixed paths to files
This commit is contained in:
parent
ebe90fc447
commit
28ebcd5007
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user