DockerFile db local
This commit is contained in:
parent
ad24380043
commit
09e7e7f4ce
|
@ -0,0 +1 @@
|
|||
*.sql
|
|
@ -1,7 +1,12 @@
|
|||
FROM mysql:5.6.37
|
||||
|
||||
MAINTAINER Vicente Falco
|
||||
|
||||
ENV MYSQL_ALLOW_EMPTY_PASSWORD yes
|
||||
|
||||
COPY localDB01Structure.sql /docker-entrypoint-initdb.d
|
||||
COPY localDB02Inserts.sql /docker-entrypoint-initdb.d
|
||||
|
||||
CMD ["mysqld"]
|
||||
|
||||
EXPOSE 3306
|
Loading…
Reference in New Issue