From 1f37b4b3f6fea5dc9cefef1ef58abd87a6391a59 Mon Sep 17 00:00:00 2001 From: Kizaing Date: Thu, 10 Sep 2020 09:18:45 -0400 Subject: [PATCH] Update Dockerfile --- lotgd-db/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lotgd-db/Dockerfile b/lotgd-db/Dockerfile index 0ffbcec..9ef32e2 100755 --- a/lotgd-db/Dockerfile +++ b/lotgd-db/Dockerfile @@ -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