overmind icon indicating copy to clipboard operation
overmind copied to clipboard

Permission denied running with docker

Open elalemanyo opened this issue 2 years ago • 0 comments

Hi, I am trying to replace foreman with overmind. All my dev setup is running with Docker evilmartians/ruby-on-whales setup. To get overmind running I add some changes to my Dockerfile

  1. Add go
COPY --from=golang:1.19.1-bullseye /usr/local/go/ /usr/local/go/

ENV GOPATH=$HOME/go
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
  1. Install tmux using apt-get
  2. Install overmind:
RUN go install github.com/DarthSim/overmind/v2@latest

This is working, but when I try to start all Processes I get Permission denied 😔 shot2022-09-30 at 10 55 20@2x

What am I doing wrong?

Thanks

elalemanyo avatar Sep 30 '22 08:09 elalemanyo