wp-nginx-test / start.sh
tebakaja's picture
Deploy WordPress on HuggingFace
7428bdb
raw
history blame
51 Bytes
#!/bin/sh
php-fpm &
exec nginx -g 'daemon off;'