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 b8399b9 commit c2792dcCopy full SHA for c2792dc
Dockerfile-orioledb-17
@@ -78,7 +78,7 @@ RUN mkdir -p /usr/lib/postgresql/bin \
78
/usr/share/postgresql \
79
/var/lib/postgresql \
80
&& chown -R postgres:postgres /usr/lib/postgresql \
81
- && chown -R postgres:postgres /usr/lib/postgresql \
+ && chown -R postgres:postgres /var/lib/postgresql \
82
&& chown -R postgres:postgres /usr/share/postgresql
83
84
# Create symbolic links
0 commit comments