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 21:43:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0b81b6858052842700c0863da1c4128fe6d33bc8
0b81b685
1 parent
fa7b2ba3
ADD: Dockerfile for mysql:5.7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
database/Dockerfile
database/Dockerfile
0 → 100644
View file @
0b81b68
FROM
mysql:5.7
EXPOSE
3306
CMD
["mysqld"]
\ No newline at end of file
Please
register
or
login
to post a comment