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 cbd9b81 commit 57de4d4Copy full SHA for 57de4d4
Dockerfile
@@ -1,5 +1,6 @@
1
FROM postgres:16.6
2
3
+ENV DATABASE_NAME=test
4
COPY create-db.sh /docker-entrypoint-initdb.d/create-db.sh
5
RUN chmod +x /docker-entrypoint-initdb.d/create-db.sh
6
README.md
@@ -1 +1,13 @@
-### postgres image
+### postgres image
+
+### Start (custom)
+```
7
8
9
+### Start (powershell)
10
11
12
13
0 commit comments