更新 cicd/Dockerfile
Docker Deploy / build-and-deploy (push) Failing after 13s
Details
Docker Deploy / build-and-deploy (push) Failing after 13s
Details
This commit is contained in:
parent
94ce8fe49d
commit
50fef6dd04
|
@ -1,7 +1,7 @@
|
|||
ARG registry=registry.cn-hangzhou.aliyuncs.com/syschan
|
||||
FROM ${registry}/golang:alpine as builder
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
COPY server/ .
|
||||
RUN ls
|
||||
RUN go generate
|
||||
RUN go build -o ./bin/pms-server -v .
|
||||
|
|
Loading…
Reference in New Issue