initial commit

- lumen installed
- docker env setup
This commit is contained in:
2017-05-13 09:19:06 -04:00
commit a00013f570
43 changed files with 6043 additions and 0 deletions

11
docker/docker-entrypoint.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
# start required services
#service ssh start
#service php5-fpm start
# keep the container running
#tail -f /dev/null
#tail -f /var/www/storage/logs/lumen.log
/usr/sbin/php-fpm7.0 -F