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 57de4d4 commit ebafd35Copy full SHA for ebafd35
Dockerfile
@@ -1,7 +1,2 @@
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
7
CMD ["postgres"]
README.md
@@ -10,4 +10,4 @@
10
11
```
12
13
-```
+```
create-db.sh
0 commit comments