config update

This commit is contained in:
2025-01-30 23:58:59 +08:00
parent a2273ed96e
commit 4a7560c41f
3 changed files with 11 additions and 11 deletions

View File

@ -7,6 +7,6 @@ RUN go build -o /cache-proxy ./cmd/proxy
FROM docker.io/library/alpine:3.21 as runtime
COPY --from=0 /cache-proxy /bin/cache-proxy
WORKDIR /etc/
WORKDIR /
VOLUME /data
CMD cache-proxy