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