I'm trying to create a new statamic site in an automated process using a docker image. It works using the -it flags when running the docker image, but without an interactive tty terminal, Statamic fails right after printing the title art:
In Process.php line 1023:
TTY mode requires /dev/tty to be read/writable.
Statamic site generation should not require an interactive shell if the --no-interaction flag is passed from the command line.
I'm trying to create a new statamic site in an automated process using a docker image. It works using the
-itflags when running the docker image, but without an interactive tty terminal, Statamic fails right after printing the title art:In Process.php line 1023: TTY mode requires /dev/tty to be read/writable.Statamic site generation should not require an interactive shell if the
--no-interactionflag is passed from the command line.