Commit 4bd031f1 authored by daidekun's avatar daidekun

fixbugs

parent 63f93811
......@@ -12,11 +12,10 @@ RUN yum install epel-release -y && \
USER root
# Copy config redis
WORKDIR /home/quant_group/redis/conf
ADD etc/*conf /home/quant_group/redis/conf/
WORKDIR /home/quant_group/redis
ADD etc/*conf ./conf/
VOLUME ["/var/lib/redis"]
ENV HOME /var/lib/redis
WORKDIR /var/lib/redis
EXPOSE 6379 6380 6381 6382 6383
COPY docker-entrypoint.sh .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment