• This project
    • Loading...
  • Sign in

유명현 / mamuri-bot

%ea%b7%b8%eb%a6%bc1
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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • mamuri-bot
  • database
  • Dockerfile
  • 윤준석's avatar
    ADD: copy db init file to docker-entrypoint for initialization · 6fd1026b
    6fd1026b
    윤준석 authored 2022-05-10 22:22:34 +0900
Dockerfile 88 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
FROM mysql:5.7

ADD ./mysql_init /docker-entrypoint-initdb.d

EXPOSE 3306

CMD["mysqld"]