Update readme

This commit is contained in:
Grégoire Delattre 2021-08-12 10:33:19 -10:00
parent 7832c407ee
commit 581db826e2

View File

@ -39,7 +39,7 @@ DB_DSN_DEV="postgres://test:test@127.0.0.1:5432/dev?sslmode=disable" ./dev.sh ba
## Connect to the database
```sh
docker run -it --rm -e PGPASSWORD=test --link canape_postgresql_dev:postgres postgres:13.1 psql -h postgres -U test -d dev
./dev.sh db-shell
```
## Setup the dev users