Skip to content

Commit f23b7e3

Browse files
committed
chore: rm comment here too
1 parent 4d9561a commit f23b7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN ln -s /nix/var/nix/profiles/default/share/postgresql/* /usr/lib/postgresql/s
9191
RUN ln -s /nix/var/nix/profiles/default/share/postgresql/* /usr/share/postgresql/
9292
RUN chown -R postgres:postgres /usr/lib/postgresql/share/postgresql/
9393
RUN chown -R postgres:postgres /usr/share/postgresql/
94-
# Create symbolic links for contrib directory
94+
9595
RUN tree /nix > /tmp/tree.txt && cat /tmp/tree.txt && cat /tmp/tree.txt >&2
9696

9797
RUN chown -R postgres:postgres /usr/lib/postgresql

0 commit comments

Comments
 (0)