feat:完成功能
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
# 使用更小的基础镜像运行
|
||||
FROM alpine:latest
|
||||
WORKDIR /app
|
||||
COPY order-producer .
|
||||
ENV KAFKA_BROKERS=localhost:9092
|
||||
ENTRYPOINT ["./order-producer"]
|
Reference in New Issue
Block a user