More file cleanup

This commit is contained in:
Nabeel Shahzad
2017-12-16 15:51:07 -06:00
parent 7ab71f9194
commit 3e52f0aee1
7 changed files with 63 additions and 88 deletions

View File

@@ -1,9 +0,0 @@
#
# after launch run
# docker exec phpvms /usr/bin/mysql -uroot -e 'CREATE DATABASE phpvms'
FROM nabeelio/docker-lemp:latest
RUN mkdir -p /var/run/mysqld
ENTRYPOINT ["/entrypoint.sh"]