Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 200 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 200 Bytes

MySQL

The primary database used for store important data for the system

Push to registry

$ docker build . -t cashtrack/mysql:latest --no-cache
$ docker push cashtrack/mysql:latest