#### Describe the bug In the database setup code in the README file, there is a slash that is missing in the third line of the code(-v). It would be great if you can add ` docker run -e POSTGRES_USER=beacon \ -e POSTGRES_PASSWORD=beacon \ -v "$PWD/data":/docker-entrypoint-initdb.d \ -e POSTGRES_DB=beacondb \ -p 5432:5432 postgres:11.6 `
Describe the bug
In the database setup code in the README file, there is a slash that is missing in the third line of the code(-v). It would be great if you can add
docker run -e POSTGRES_USER=beacon \ -e POSTGRES_PASSWORD=beacon \ -v "$PWD/data":/docker-entrypoint-initdb.d \ -e POSTGRES_DB=beacondb \ -p 5432:5432 postgres:11.6