We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9955bf7 + df6a649 commit b07b1a1Copy full SHA for b07b1a1
tests/README.md
@@ -23,7 +23,7 @@ docker-compose run tests
23
If you have Docker installed then you can run the following to set up a running
24
container that is compatible with the tests:
25
26
-```
+```sh
27
docker run --rm --env POSTGRES_USER=test --env POSTGRES_PASSWORD=test \
28
--env POSTGRES_DB=deno_postgres -p 5432:5432 postgres:12-alpine
29
```
0 commit comments