docker DB

This commit is contained in:
Vicente Falco 2017-09-21 12:17:48 +02:00
parent a222a7a8d1
commit 35ce85e3fc
1 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
FROM mysql:5.6.35 FROM mysql:5.6.37
RUN npm install ENV MYSQL_ALLOW_EMPTY_PASSWORD yes
CMD ["npm", "start"] RUN apt-get -y install vim
CMD ["mysqld"]
EXPOSE 3306