内嵌前端文件

This commit is contained in:
user123456
2025-06-11 18:43:56 +08:00
parent 62f0d67d8e
commit af272869df
4 changed files with 83 additions and 75 deletions

View File

@@ -16,6 +16,5 @@ RUN apk add --no-cache skopeo && mkdir -p temp && chmod 700 temp
COPY --from=builder /app/hubproxy .
COPY --from=builder /app/config.toml .
COPY --from=builder /app/public ./public
CMD ["./hubproxy"]