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 4d9561a commit f23b7e3Copy full SHA for f23b7e3
Dockerfile-17
@@ -91,7 +91,7 @@ RUN ln -s /nix/var/nix/profiles/default/share/postgresql/* /usr/lib/postgresql/s
91
RUN ln -s /nix/var/nix/profiles/default/share/postgresql/* /usr/share/postgresql/
92
RUN chown -R postgres:postgres /usr/lib/postgresql/share/postgresql/
93
RUN chown -R postgres:postgres /usr/share/postgresql/
94
-# Create symbolic links for contrib directory
+
95
RUN tree /nix > /tmp/tree.txt && cat /tmp/tree.txt && cat /tmp/tree.txt >&2
96
97
RUN chown -R postgres:postgres /usr/lib/postgresql
0 commit comments