Commit 7ee240bf authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update

parent 69c8bc78
Pipeline #812 canceled with stages
......@@ -4,7 +4,7 @@ WORKDIR /app
COPY . .
RUN go mod tidy && go build -v -o /tmp/api ./cmd/api && go build -v -o /tmp/sync ./cmd/server
RUN go mod tidy && go build -v -o /tmp/server ./cmd/server && go build -v -o /tmp/sync ./cmd/sync
FROM alpine:latest
......
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