Skip to content

Commit 3a11e9e

Browse files
committed
Add prop docker shell
1 parent f72e8ae commit 3a11e9e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

prop-docker.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)