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 2ff7bff commit 5b1886bCopy full SHA for 5b1886b
Containers/postgres/do-postgres-18
@@ -7,6 +7,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
7
apt-get clean && \
8
rm -rf /var/lib/apt/lists
9
10
-COPY init-postgre-instance.sh /docker-entrypoint-initdb.d/
+COPY init-postgres-instance.sh /docker-entrypoint-initdb.d/
11
12
-RUN chmod +x /docker-entrypoint-initdb.d/init-postgre-instance.sh
+RUN chmod +x /docker-entrypoint-initdb.d/init-postgres-instance.sh
0 commit comments