Skip to content

Commit

Permalink
chore(docker): ensure that just up <backend> builds the image if ne…
Browse files Browse the repository at this point in the history
…cessary (#8549)
  • Loading branch information
kszucs authored Mar 5, 2024
1 parent 665bc4f commit 5c121df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ download-data owner="ibis-project" repo="testing-data" rev="master":

# start backends using docker compose; no arguments starts all backends
up *backends:
docker compose up --wait {{ backends }}
docker compose up --build --wait {{ backends }}

# stop and remove containers -> clean up dangling volumes -> start backends
reup *backends:
Expand Down

0 comments on commit 5c121df

Please sign in to comment.