Toggle navigation
Toggle navigation
This project
Loading...
Sign in
유명현
/
mamuri-bot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
윤준석
2022-05-10 22:22:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6fd1026b084db0024f1998ef9004b88e220ea591
6fd1026b
1 parent
9fff107f
ADD: copy db init file to docker-entrypoint for initialization
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
database/Dockerfile
database/Dockerfile
View file @
6fd1026
FROM
mysql:5.7
ADD
./mysql_init /docker-entrypoint-initdb.d
EXPOSE
3306
CMD
["mysqld"]
\ No newline at end of file
...
...
Please
register
or
login
to post a comment