-
The step container will be destroyed when the step finishes. To run your nextjs app in detached mode, you will need to run a command step via shell executor, and start your container from there.
-
Previous Value Current Value Open
Closed
-
Thanks
| Type |
Question
|
| Priority |
Major
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
I am trying to deploy my NextJS application. My build keeps on running because it not running on detach mode. I want to run my docker image in detached mode.