更新 cicd/Dockerfile
Docker Deploy / build-and-deploy (push) Failing after 19s Details

This commit is contained in:
root 2024-08-17 18:51:21 +08:00
parent 021fbb8729
commit 06b6820e0b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
ARG registry=registry.cn-hangzhou.aliyuncs.com/syschan
FROM ${registry}/golang:alpine as builder
WORKDIR /app
COPY . .
COPY ../../server .
RUN go generate
RUN go build -o ./pms-server -v .