feat: update dockerfile

This commit is contained in:
2025-12-19 16:39:35 +08:00
parent be00a91637
commit 9e088879c2

View File

@@ -1,5 +1,5 @@
# Build stage # Build stage
FROM crpi-8s2ierii2xan4klg.cn-beijing.personal.cr.aliyuncs.com/texpixel/golang:1.20-alpine as builder FROM crpi-8s2ierii2xan4klg.cn-beijing.personal.cr.aliyuncs.com/texpixel/golang:1.20-alpine AS builder
WORKDIR /app WORKDIR /app
@@ -42,4 +42,4 @@ EXPOSE 8024
ENTRYPOINT ["./doc_ai"] ENTRYPOINT ["./doc_ai"]
# Default command (can be overridden) # Default command (can be overridden)
CMD ["-env", "prod"] CMD ["-env", "prod"]