Commit f1fd6d3f authored by daidekun's avatar daidekun

fix

parent 35c89e7d
...@@ -21,10 +21,11 @@ RUN apt-get update \ ...@@ -21,10 +21,11 @@ RUN apt-get update \
&& apt-get install -y openssh-server \ && apt-get install -y openssh-server \
&& /etc/init.d/ssh start && /etc/init.d/ssh start
RUN chmod +x ./docker-entrypoint.sh
WORKDIR /home/quant_group/mysql WORKDIR /home/quant_group/mysql
COPY ./sql_to_run . COPY ./sql_to_run .
COPY docker-entrypoint.sh . COPY docker-entrypoint.sh .
COPY db_execute_sql.sh . COPY db_execute_sql.sh .
RUN chmod +x ./docker-entrypoint.sh
CMD ["./docker-entrypoint.sh"] CMD ["./docker-entrypoint.sh"]
\ 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