make explicit how to run image.sh

didn't otherwise work for me somehow
This commit is contained in:
Kiara Grouwstra 2023-05-21 07:51:56 +02:00
parent ccdb88f616
commit f2e347789a
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ start:
${COMPOSE} up -d
build:
./image.sh build
bash ./image.sh build
build-dev: build
${COMPOSE} build
@ -28,4 +28,4 @@ shell:
${COMPOSE} exec civi bash
push:
./image.sh push
bash ./image.sh push