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.
1 parent f72e8ae commit 3a11e9eCopy full SHA for 3a11e9e
prop-docker.sh
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+
3
+docker run --rm --name jsonapi-dotnet-core-testing \
4
+ -e POSTGRES_DB=JsonApiDotNetCoreExample \
5
+ -e POSTGRES_USER=postgres \
6
+ -e POSTGRES_PASSWORD=postgres \
7
+ -p 5432:5432 \
8
+ postgres
0 commit comments