DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.78k stars 79 forks source link

Docker image #179

Open shyim opened 3 months ago

shyim commented 3 months ago

Hey,

I am thinking about running overmind in my Docker image as an entrypoint to run a few other programs. It would be nice if there would be a docker image, where I could copy the binary out. kinda:

COPY --from=ghcr.io/DarthSim/overmind:latest /overmind /usr/local/bin/overmind

I can provide a PR if this is wanted :)