2
0

rm_sql.sh 239 B

123
  1. # remove init.sql after sql executed, since sql or shell in /docker-entrypoint-initdb.d will be executed as file name's order
  2. rm -rf /docker-entrypoint-initdb.d/create_database.sql
  3. rm -rf /docker-entrypoint-initdb.d/loonflow2.0.0_init.sql