Skip to content

Commit c2792dc

Browse files
committed
chore: add permission to proper dir
1 parent b8399b9 commit c2792dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-orioledb-17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN mkdir -p /usr/lib/postgresql/bin \
7878
/usr/share/postgresql \
7979
/var/lib/postgresql \
8080
&& chown -R postgres:postgres /usr/lib/postgresql \
81-
&& chown -R postgres:postgres /usr/lib/postgresql \
81+
&& chown -R postgres:postgres /var/lib/postgresql \
8282
&& chown -R postgres:postgres /usr/share/postgresql
8383

8484
# Create symbolic links

0 commit comments

Comments
 (0)