initial commit
- lumen installed - docker env setup
This commit is contained in:
11
docker/docker-entrypoint.sh
Executable file
11
docker/docker-entrypoint.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user