This commit is contained in:
nyyu 2023-05-02 08:46:54 +02:00
parent 7de2e56fd9
commit 169c7f364d
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
images=$(grep 'image:' docker-compose.yml | grep -v '#' | sed 's/^ *//' | cut -d ' ' -f2 | cut -d ':' -f1)
for image in $images
do