Commit 11620024 authored by daidekun's avatar daidekun

fixbugs

parent 887a6935
......@@ -13,7 +13,7 @@ ENV AUTO_RUN_DIR /docker-entrypoint-initdb.d
WORKDIR $WORK_PATH
RUN mkdir -p sql_to_run
COPY ./sql_to_run/* ./sql_to_run
COPY ./sql_to_run/* ./sql_to_run/
#把要执行的shell文件放到/docker-entrypoint-initdb.d/目录下,容器会自动执行这个shell
COPY ./init_db_data.sh $AUTO_RUN_DIR/
......
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