mirror of
https://github.com/sky22333/hubproxy.git
synced 2026-09-05 23:57:02 +08:00
Update Dockerfile
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ WORKDIR /root/
|
|||||||
RUN apk add --no-cache skopeo && mkdir -p temp && chmod 700 temp
|
RUN apk add --no-cache skopeo && mkdir -p temp && chmod 700 temp
|
||||||
|
|
||||||
COPY --from=builder /app/hubproxy .
|
COPY --from=builder /app/hubproxy .
|
||||||
COPY --from=builder /app/src/config.toml .
|
COPY --from=builder /app/config.toml .
|
||||||
COPY --from=builder /app/src/public ./public
|
COPY --from=builder /app/public ./public
|
||||||
|
|
||||||
CMD ["./hubproxy"]
|
CMD ["./hubproxy"]
|
||||||
|
|||||||
Reference in New Issue
Block a user