Deploying with docker
August 25, 2019 ยท View on GitHub
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