Release 2323
I think the bash shell is interacting differently inside the docker image. so
PORT=3000 ./bin/delayed_job run
is probably better ran as
export PORT=3000
./bin/delayed_job run
I think the bash shell is interacting differently inside the docker image. so
PORT=3000 ./bin/delayed_job run
is probably better ran as
export PORT=3000
./bin/delayed_job run