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