[add] Database initiated along with container
This commit is contained in:
1
database/.dockerignore
Normal file
1
database/.dockerignore
Normal file
@@ -0,0 +1 @@
|
||||
Dockerfile
|
||||
3
database/Dockerfile
Normal file
3
database/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM mysql:5.7
|
||||
|
||||
ADD . /docker-entrypoint-initdb.d
|
||||
Reference in New Issue
Block a user