aigenai commited on
Commit
c787e4d
·
1 Parent(s): feda6f8
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -87,9 +87,6 @@ RUN initdb -D /var/lib/postgresql/data && \
87
  createdb -O $POSTGRES_USER $POSTGRES_DB && \
88
  pg_ctl stop -D /var/lib/postgresql/data
89
 
90
- # 复制数据库导入脚本和数据文件
91
- COPY dump.sql /docker-entrypoint-initdb.d/
92
-
93
  # 添加条件导入的 shell 脚本
94
  COPY import-db.sh /docker-entrypoint-initdb.d/
95
  RUN chmod +x /docker-entrypoint-initdb.d/import-db.sh
 
87
  createdb -O $POSTGRES_USER $POSTGRES_DB && \
88
  pg_ctl stop -D /var/lib/postgresql/data
89
 
 
 
 
90
  # 添加条件导入的 shell 脚本
91
  COPY import-db.sh /docker-entrypoint-initdb.d/
92
  RUN chmod +x /docker-entrypoint-initdb.d/import-db.sh