mirror of
https://github.com/bitinflow/laravel-docker-k8s.git
synced 2026-03-13 13:35:52 +00:00
6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
service nginx restart
|
|
php-fpm
|
|
while true; do sleep 1d; done
|