initial files

This commit is contained in:
Nabeel Shahzad
2017-06-07 18:43:25 -05:00
parent f158c11dea
commit 26167adae8
4 changed files with 47 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
#
# 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"]