Skip to content

Commit e7bd87c

Browse files
committed
chore(Dockerfile): comment out SQL update script copy to prevent unnecessary execution
1 parent 2253236 commit e7bd87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV MYSQL_DATABASE dongtai_webapi
1212
ENV MYSQL_ROOT_PASSWORD dongtai-iast
1313

1414
COPY --from=builder /tmp/initialized-db /var/lib/mysql
15-
COPY update-*release*.sql /sql/
15+
#COPY update-*release*.sql /sql/
1616
COPY mysqld.cnf /etc/mysql/conf.d/
1717
COPY dongtai-mysql-schema.sql /schema/
1818
COPY mysql8.sql /schema/

0 commit comments

Comments
 (0)