Skip to content

Release 2323

Choose a tag to compare

@github-actions github-actions released this 23 Feb 16:49
691da54

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