Skip to content

Commit

Permalink
fix: updates
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Kalashnykov <AndriyKalashnykov@gmail.com>
  • Loading branch information
AndriyKalashnykov committed Oct 27, 2023
1 parent be1aebe commit 575c2ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.consumer
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# docker buildx build --build-arg TARGETARCH=arm64 --file Dockerfile.consumer .
# docker buildx build --build-arg TARGETARCH=arm64 --file Dockerfile.consumer -t kafka-confluent-go-consumer:latest .
FROM golang:1.21.3-alpine as builder

ENV LIBRD_VER=2.3.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ consumer-image-run: consumer-image-stop
ifneq (,$(wildcard $(ENVFILE)))
$(call load_env)
endif
docker compose -f "docker-compose.yml" up
docker compose -f "docker-compose.yml" up --build

#consumer-image-stop: @ Run a Docker image
consumer-image-stop:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:
api:
container_name: kafka-confluent-go-consumer
build:
dockerfile: Dockerfile.consumer
context: ./
image: kafka-confluent-go-consumer:latest
ports:
Expand Down

0 comments on commit 575c2ab

Please sign in to comment.