From c3d9aa54d89b23dd23012fc2a21825f47ba87872 Mon Sep 17 00:00:00 2001 From: Alexander Pykavy Date: Wed, 22 May 2024 21:33:13 +0200 Subject: [PATCH] Mention in the docs that you can skip `make docker-compose-build` (#15149) Signed-off-by: Alexander Pykavy --- tools/docker-compose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker-compose/README.md b/tools/docker-compose/README.md index 8ac287945ce9..7139281d7b71 100644 --- a/tools/docker-compose/README.md +++ b/tools/docker-compose/README.md @@ -22,7 +22,7 @@ Once you have a local copy, run the commands in the following sections from the Here are the main `make` targets: -- `docker-compose-build` - used for building the development image, which is used by the `docker-compose` target +- `docker-compose-build` - used for building the development image, which is used by the `docker-compose` target. You can skip this target if you want to use the latest [ghcr.io/ansible/awx_devel:devel](https://github.com/ansible/awx/pkgs/container/awx_devel) image rather than build a new one. - `docker-compose` - make target for development, passes awx_devel image and tag Notable files: