Initial commit

This commit is contained in:
root
2020-08-17 19:16:42 -04:00
commit 61584e0eb2
600 changed files with 50518 additions and 0 deletions

10
lotgd-db/Dockerfile Executable file
View File

@ -0,0 +1,10 @@
FROM mariadb
MAINTAINER Chris P
ENV MYSQL_ROOT_PASSWORD "lotgd"
#Copies in the pre-populated database files
COPY mysql /var/lib/mysql
EXPOSE 3306