更新 cicd/Dockerfile
Docker Deploy / build-and-deploy (push) Failing after 16s
Details
Docker Deploy / build-and-deploy (push) Failing after 16s
Details
This commit is contained in:
parent
7426449b1e
commit
260fe66bd8
|
@ -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