diff --git a/.gitignore b/.gitignore index e43b0f9..df16c5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .DS_Store +go.work +go.work.sum \ No newline at end of file diff --git a/sentryflow-clients/log-client/Makefile b/sentryflow-clients/log-client/Makefile index 7b8bfdb..d941259 100644 --- a/sentryflow-clients/log-client/Makefile +++ b/sentryflow-clients/log-client/Makefile @@ -6,7 +6,7 @@ TAG = v0.1 .PHONY: build build: - docker build -t $(IMAGE_NAME):$(TAG) -f ./Dockerfile ../../ + docker build -t $(IMAGE_NAME):$(TAG) -f ../../Dockerfile.log-client ../../ .PHONY: clean diff --git a/sentryflow-clients/mongo-client/Makefile b/sentryflow-clients/mongo-client/Makefile index c1cba29..03d92a3 100644 --- a/sentryflow-clients/mongo-client/Makefile +++ b/sentryflow-clients/mongo-client/Makefile @@ -6,7 +6,7 @@ TAG = v0.1 .PHONY: build build: - docker build -t $(IMAGE_NAME):$(TAG) -f ./Dockerfile ../../ + docker build -t $(IMAGE_NAME):$(TAG) -f ../../Dockerfile.mongo-client ../../ .PHONY: clean diff --git a/sentryflow/Makefile b/sentryflow/Makefile index 738596d..3831ca6 100644 --- a/sentryflow/Makefile +++ b/sentryflow/Makefile @@ -11,7 +11,7 @@ build: .PHONY: image image: - docker build -t $(IMAGE_NAME):$(TAG) -f ./Dockerfile ../ + docker build -t $(IMAGE_NAME):$(TAG) -f ../Dockerfile ../ .PHONY: clean clean: