Skip to content

Commit

Permalink
Fix kafka-streamer dockerfile build command
Browse files Browse the repository at this point in the history
  • Loading branch information
radazen committed May 2, 2024
1 parent 5bb7fd8 commit 8c2e091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/kafka-streamer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY go.mod go.sum /app/
RUN go mod download

COPY . /app
RUN go build -o ./bin/kafka-streamer ./kafka-streamer/main.go
RUN go build -o ./bin/kafka-streamer ./kafka-streamer

ENV GAE_VERSION=$VERSION

Expand Down

0 comments on commit 8c2e091

Please sign in to comment.