diff --git a/.beagle/dockerfile b/.beagle/dockerfile index 641fb727cc7a7b5a883e6c74bc86c3369469fb75..7762e33bdd62b6d0d19a7157ffe62311a6eaa666 100644 --- a/.beagle/dockerfile +++ b/.beagle/dockerfile @@ -24,7 +24,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories addgroup -S -g 1000 rcache && adduser -S -G rcache -u 1000 rcache && \ apk add --no-cache bash -COPY rcache.conf /etc/redis/rcache.conf +COPY rcache.conf /etc/rcache/rcache.conf COPY entrypoint.sh /usr/bin/entrypoint.sh