deno run --allow-env=DATABASE_URL --allow-net=loremricksum.com,localhost src/main.ts
deno test --allow-env=DATABASE_URL --allow-net=loremricksum.com,localhost
deno compile --allow-env=DATABASE_URL --allow-net=loremricksum.com,localhost -o quotes src/main.ts
docker build -t app . docker run --network=deno-postgres-demo_deno-demo --rm --name app -e DATABASE_URL=postgresql://demo:demo@postgres:5432/demo app
docker build -t app-raw . docker build -t app-bones -f ./Dockerfile.node .
docker images -f label=app=deno-demo