From ff8513a42b02d203ea5bb86100f009cdcec06afa Mon Sep 17 00:00:00 2001 From: wangqi <1942460489@qq.com> Date: Tue, 15 Aug 2023 15:49:31 +0800 Subject: [PATCH] [Bug][docker] fix scaleph-seatunnel Dockerfile error --- tools/docker/build/scaleph-seatunnel/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/docker/build/scaleph-seatunnel/Dockerfile b/tools/docker/build/scaleph-seatunnel/Dockerfile index fda662fdd..735363ba1 100644 --- a/tools/docker/build/scaleph-seatunnel/Dockerfile +++ b/tools/docker/build/scaleph-seatunnel/Dockerfile @@ -35,10 +35,10 @@ RUN wget https://archive.apache.org/dist/incubator/seatunnel/${SEATUNNEL_VERSION # strange behavior: replace mvnw by mvn on install-plugin.sh, remove useless comment on plugin_config RUN rm $SEATUNNEL_HOME/config/plugin_config -COPY plugin_config $SEATUNNEL_HOME/config +COPY tools/docker/build/scaleph-seatunnel/plugin_config $SEATUNNEL_HOME/config RUN rm $SEATUNNEL_HOME/bin/install-plugin.sh -COPY install-plugin.sh $SEATUNNEL_HOME/bin +COPY tools/docker/build/scaleph-seatunnel/install-plugin.sh $SEATUNNEL_HOME/bin RUN cd $SEATUNNEL_HOME ; \ sh -x bin/install-plugin.sh ${SEATUNNEL_VERSION} @@ -53,4 +53,4 @@ ENV SEATUNNEL_HOME=/opt/seatunnel RUN mkdir -p $SEATUNNEL_HOME -COPY --from=build $SCALEPH_HOME $SCALEPH_HOME/ \ No newline at end of file +COPY --from=build $SCALEPH_HOME $SCALEPH_HOME/