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

This commit is contained in:
root 2024-08-17 17:33:41 +08:00
parent bc2258771a
commit 1ce90d228e
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 ./bin/pms-server -v .