projects
/
timetracker.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added an explanation link for group on the registration page.
[timetracker.git]
/
dockerfile-db
1
# This file is for development work. Not suitable for production.
2
FROM mariadb:latest
3
4
# Copy database creation script.
5
COPY mysql.sql /docker-entrypoint-initdb.d/