mirror of
https://github.com/bitinflow/laravel-docker-k8s.git
synced 2026-03-13 13:35:52 +00:00
initial commit
This commit is contained in:
5
entrypoint
Executable file
5
entrypoint
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
service nginx restart
|
||||
php-fpm
|
||||
while true; do sleep 1d; done
|
||||
Reference in New Issue
Block a user