Update Dockerfile

This commit is contained in:
Kizaing 2020-09-10 09:18:45 -04:00 committed by GitHub
parent 6085917992
commit 1f37b4b3f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

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