From 4ba6d479e8a5995ecb1e6f0a7c7b78082adc7e76 Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Wed, 11 Jun 2025 18:00:47 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 685ee1a..4cd6d9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]