Update Dockerfile
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user