mirror of
https://github.com/wahyd4/docker-pinpoint.git
synced 2026-08-09 04:46:24 +10:00
4 lines
150 B
Docker
4 lines
150 B
Docker
FROM mysql:5.7
|
|
|
|
ADD CreateTableStatement-mysql.sql /docker-entrypoint-initdb.d
|
|
ADD SpringBatchJobReositorySchema-mysql.sql /docker-entrypoint-initdb.d |