librex/docker/entrypoint.sh

6 lines
81 B
Bash
Executable file

#!/bin/sh
service php-fpm8 start
service nginx start
exec nginx -g daemon off;