docker-rainloop/run.sh

5 lines
71 B
Bash

#!/bin/sh
set -xe
service php7.3-fpm start
exec nginx -g "daemon off;"