fix:构建cicd
Some checks failed
develop / Deploy to server (push) Blocked by required conditions
develop / Build and push to Aliyun ACR (push) Failing after 1h42m51s

This commit is contained in:
Your Name
2026-04-18 12:34:59 +08:00
parent 727086c962
commit 679f15add4

View File

@@ -7,5 +7,5 @@ RUN yarn build
# 部署阶段
FROM crpi-an5dzzjadzt6601u.cn-shenzhen.personal.cr.aliyuncs.com/softnook-proxy/nginx:1.27.3-alpine AS app
COPY --from=builder /app/dist /usr/share/nginx/html
COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 80