PHP Classes

File: entrypoint

Recommend this page to a friend!
  Classes of Nahidul Hasan   Laravel Docker Kubernetes   entrypoint   Download  
File: entrypoint
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Docker Kubernetes
Run a Laravel project using Docker and Kubernetes
Author: By
Last change:
Date: 2 years ago
Size: 77 bytes
 

Contents

Class file image Download
#!/bin/sh set -e service nginx restart php-fpm while true; do sleep 1d; done