Skip to content

Commit

Permalink
修复修复fix redis cluster异常问题
Browse files Browse the repository at this point in the history
  • Loading branch information
sayn authored and LeoQuote committed Aug 7, 2024
1 parent 9bf5927 commit 84445fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apt-get update \
&& apt-get install -yq --no-install-recommends nginx mariadb-client \
&& source venv4archery/bin/activate \
&& pip install -r /opt/archery/requirements.txt \
&& pip install redis-py-cluster==2.1.3 \
&& cp -f /opt/archery/src/docker/nginx.conf /etc/nginx/ \
&& cp -f /opt/archery/src/docker/supervisord.conf /etc/ \
&& mv /opt/sqladvisor /opt/archery/src/plugins/ \
Expand Down

0 comments on commit 84445fa

Please sign in to comment.