Update Dockerfile

This commit is contained in:
starry
2025-06-11 18:00:47 +08:00
committed by GitHub
parent c1ba893a9d
commit 4ba6d479e8

View File

@@ -15,7 +15,7 @@ WORKDIR /root/
RUN apk add --no-cache skopeo && mkdir -p temp && chmod 700 temp
COPY --from=builder /app/hubproxy .
COPY --from=builder /app/src/config.toml .
COPY --from=builder /app/src/public ./public
COPY --from=builder /app/config.toml .
COPY --from=builder /app/public ./public
CMD ["./hubproxy"]