Unable to run Hangfire job in background continuously

446 Views Asked by At

We are trying to run a .Net Core Hangfire Job application in Docker container. We are able to run this application in console(foreground) but if we hit Enter button it is automatically stopped.

When we are trying to run same application in background it is not working. When we start the container the application is starting and automatically getting stopped.

Can anyone help me to run this application in background continuously using Docker, without any issues.

0

There are 0 best solutions below