fantonangeli opened a new issue, #3051: URL: https://github.com/apache/incubator-kie-tools/issues/3051
When running the SonataFlow Management Console Docker container, using the `-it` option (interactive) with the docker run command can cause the internal Apache HTTPD server to terminate with a `SIGWINCH` signal being sent during terminal resizing. **Steps to Reproduce:** - `cd sonataflow-management-console-image; pnpm build:dev` - `docker run -it -p 8080:8080 docker.io/apache/incubator-kie-sonataflow-management-console:main` - Resize the terminal window. - Apache HTTPD server terminates with a SIGWINCH signal and the image shut down -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
