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