Merge pull request #367 from aletundo/Fix_mysql_dockerfile

Fixed mysql tag dockerfile
This commit is contained in:
Philippe Trépanier
2016-10-14 16:12:19 -04:00
committed by GitHub

View File

@ -1,4 +1,4 @@
FROM mysql:mysql:5.6
FROM mysql:5.6
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>