From 6419275f54da9b2b93d8cd8e62336d3e6dd5b979 Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:26:07 +0200 Subject: [PATCH] Update docker-compose.yaml --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 0a77478..e97f54b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,7 +9,7 @@ services: # in docker compose, service are definitions of your docker containers dockerfile: docker/hello-world.Dockerfile # the Dockerfile speciefies the steps taken in the build process. tags: - ghcr.io/bjoernellens1/ros2_docker_template/hello-world - target: hello-world # here you can explicitly specify the build target in the Dockerfile if there are more than one targets specified. + target: hello-world # here you can explicitly specify the build target in the Dockerfile if you want only a specific build step for this service. my_example: # this already represents a more complex ros2 build process. image: ghcr.io/bjoernellens1/ros2_docker_template/my_example # hello-world image. No prefix means it defaults the image registry to dockerhub