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

This commit is contained in:
root 2024-08-17 18:53:35 +08:00
parent fa200617d7
commit 7d9be89f2c
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 ../server .
COPY ../server/ .
RUN go generate
RUN go build -o ./pms-server -v .