Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3a11e9e

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /