更新 cicd/Dockerfile
Docker Deploy / build-and-deploy (push) Successful in 2m4s Details

This commit is contained in:
root 2024-08-17 18:46:50 +08:00
parent e277ba8961
commit 021fbb8729
1 changed files with 1 additions and 1 deletions

View File

@ -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 . .
RUN go generate RUN go generate
RUN go build -o ./pms-server -v . RUN go build -o ./pms-server -v .