From c76c7d56be60cc1860c8f2028ca29a149021f1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=87=E6=AD=A6?= <875892894@qq.com> Date: Thu, 1 Aug 2024 02:43:09 +0800 Subject: [PATCH] test --- .drone.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c24c21d..d6b1529 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,6 +44,6 @@ pipeline: script: - docker rm -f notify-service - docker pull registry.cn-shenzhen.aliyuncs.com/ax-stor/ax-bkb-seller:notify-service - - docker run -name notify-service -conf configs/config.yaml -d registry.cn-shenzhen.aliyuncs.com/ax-stor/ax-bkb-seller:notify-service + - docker run --name=notify-service -d registry.cn-shenzhen.aliyuncs.com/ax-stor/ax-bkb-seller:notify-service when: branch: develop \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index c120e60..700d517 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ WORKDIR /go/src/show COPY . /go/src/show RUN ls EXPOSE 8001 -ENTRYPOINT ./server.app \ No newline at end of file +ENTRYPOINT ./server.app -conf=configs/config.yaml \ No newline at end of file