Commit 01ddfc7e authored by 罗永亮's avatar 罗永亮

Update .beagle/dockerfile

parent d25b65e9
Pipeline #90334 passed with stage
...@@ -3,4 +3,4 @@ ARG BASE ...@@ -3,4 +3,4 @@ ARG BASE
FROM $BASE FROM $BASE
ADD https://dl.wodcloud.com/lyl/kafka_2.12-3.2.0.tar /opt/ ADD https://dl.wodcloud.com/lyl/kafka_2.12-3.2.0.tar /opt/
WORKDIR /opt/kafka_2.12-3.2.0/bin WORKDIR /opt/kafka_2.12-3.2.0/bin
CMD exec ./kafka-server-start.sh ../config/server.properties CMD exec /opt/kafka_2.12-3.2.0/bin/kafka-server-start.sh /opt/kafka_2.12-3.2.0/config/server.properties
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment