#1721  How to run docker container as detach mode?
Closed
VenkadeshShiva opened 3 months ago

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.

Robin Shen commented 3 months ago

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.

VenkadeshShiva changed state to 'Closed' 3 months ago
Previous Value Current Value
Open
Closed
VenkadeshShiva commented 3 months ago

Thanks

issue 1 of 1
Type
Question
Priority
Major
Assignee
Labels
No labels
Issue Votes (0)
Watchers (3)
Reference
onedev/server#1721
Please wait...
Page is in error, reload to recover