debian #1

Open
fabian wants to merge 14 commits from debian into master
456 changed files with 7961 additions and 35 deletions
Showing only changes of commit d3d0a4cc5d - Show all commits

View File

@@ -16,7 +16,7 @@ upDownContainers() {
continue; continue;
fi fi
cd $subdir; cd $subdir;
docker-compose $@; docker compose $@;
done done
} }