Commit f4375007 authored by daidekun's avatar daidekun

fix

parent 1ed4eef5
......@@ -22,12 +22,10 @@ CREATE DATABASE mall;
GRANT ALL PRIVILEGES ON *.* TO 'qa'@'%' IDENTIFIED BY 'qatest';
flush privileges;
CREATE DATABASE qinqiong;
GRANT ALL PRIVILEGES ON *.* TO 'qa'@'%' IDENTIFIED BY 'qatest';
flush privileges;
CREATE DATABASE cash_loan_flow;
GRANT ALL PRIVILEGES ON *.* TO 'qa'@'%' IDENTIFIED BY 'qatest';
flush privileges;
......
......@@ -21,5 +21,4 @@ RUN apt-get update \
&& apt-get install -y openssh-server \
&& /etc/init.d/ssh start
WORKDIR /home/quant_group/redis
EXPOSE 6381
\ No newline at end of file
WORKDIR /home/quant_group/redis
\ No newline at end of file
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