Skip to content

Commit

Permalink
Fix some problems
Browse files Browse the repository at this point in the history
  • Loading branch information
aseaday committed Sep 9, 2024
1 parent 98c20fb commit 2bc565f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion workers/standard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ FROM debian:12-slim
RUN set -x && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
ca-certificates && \
rm -rf /var/lib/apt/lists/* \

EXPOSE 8080
WORKDIR /app
COPY --from=builder /build/bin/collect /app/collect
Expand Down
1 change: 1 addition & 0 deletions workers/standard/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var (
)

func init() {
gin.SetMode(gin.ReleaseMode)
KAFKA_PASSWD = os.Getenv("KAFKA_PASSWD")
KAFKA_USER = os.Getenv("KAFKA_USER")
KAFKA_URL = os.Getenv("KAFKA_URL")
Expand Down

0 comments on commit 2bc565f

Please sign in to comment.