-
Hi team I see a super strange behaviour on SOME docker hosts. When running a Solara app in docker, i need to press ctrl+c in the container in order to start the app. When I start the container there is a blank screen, as soon as I press ctrl+c the solara server starts?! Anybody seen something like this before? Thanks PS: the docker file looks something like this:
|
Beta Was this translation helpful? Give feedback.
Answered by
maercu
Jun 20, 2024
Replies: 1 comment
-
It's somehow a signal handling issue, I worked around it with the follwing Docker file
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maercu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's somehow a signal handling issue, I worked around it with the follwing Docker file