Deploying with docker building the img manually git clone "https://github.com/toggler-io/toggler.git" cd toggler docker build . -t toggler docker run --rm -d --network host -e DATABASE_URL=${DATABASE_URL} --name toggler toggler