fix(ci): copy builtin dir in Dockerfile.minimal and disable auto latest tag

This commit is contained in:
duorameng
2026-05-26 10:15:18 +08:00
parent 7f339be5e2
commit db1d4f24f7
4 changed files with 7 additions and 0 deletions
+1
View File
@@ -126,6 +126,7 @@ COPY --from=frontend-builder /app/web/dist /www/baihu
# Copy configs and entrypoint
COPY --from=backend-builder /app/configs ./configs
COPY --from=backend-builder /app/example ./example
COPY builtin/ /www/builtin
COPY docker/docker-entrypoint.minimal.sh ./docker-entrypoint.sh
# Copy agent binaries