Commit 24e20d5dc1c52db719baf6b10369f08a8daa9ed9
1 parent
0ed9bf8f
Exists in
sei-v3.0.0-oracle-dockerimages
and in
3 other branches
Configuração do strict mode do MySQL
Showing
2 changed files
with
12 additions
and
1 deletions
Show diff stats
mysql/Dockerfile
... | ... | @@ -25,7 +25,7 @@ RUN yum update -y && \ |
25 | 25 | #ADD .tmp/sip_mysql.sql /tmp/sip_mysql.sql |
26 | 26 | ADD sei-db-ref-executivo/mysql/sei_2_6_0_BD_Ref_Exec.sql /tmp/sei_mysql.sql |
27 | 27 | ADD sei-db-ref-executivo/mysql/sip_2_6_0_BD_Ref_Exec.sql /tmp/sip_mysql.sql |
28 | - | |
28 | +ADD my.cnf /etc/my.cnf | |
29 | 29 | |
30 | 30 | # Configuração da estrutura inicial do banco de dados |
31 | 31 | RUN mysql_install_db | ... | ... |