Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 247 Bytes

docker.md

File metadata and controls

10 lines (8 loc) · 247 Bytes

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