test #2

Merged
YogeLiu merged 7 commits from test into master 2025-12-19 16:40:46 +08:00
Showing only changes of commit 4bbbb99634 - Show all commits

View File

@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.20-alpine AS builder
FROM crpi-8s2ierii2xan4klg.cn-beijing.personal.cr.aliyuncs.com/texpixel/golang:1.20-alpine as builder
WORKDIR /app
@@ -15,7 +15,7 @@ RUN go mod download && \
CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o doc_ai ./main.go
# Runtime stage
FROM alpine:latest
FROM crpi-8s2ierii2xan4klg.cn-beijing.personal.cr.aliyuncs.com/texpixel/alpine:latest
# Set timezone
RUN apk add --no-cache tzdata && \