Browse Source

test

develop
文武 6 months ago
parent
commit
c76c7d56be
  1. 2
      .drone.yml
  2. 2
      Dockerfile

2
.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

2
Dockerfile

@ -5,4 +5,4 @@ WORKDIR /go/src/show
COPY . /go/src/show
RUN ls
EXPOSE 8001
ENTRYPOINT ./server.app
ENTRYPOINT ./server.app -conf=configs/config.yaml
Loading…
Cancel
Save