Skip to content

Commit

Permalink
Update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed May 14, 2024
1 parent 9d3faeb commit 19f67e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ RUN apt-get update \
&& apt-get autoclean -y \
&& rm -rf /var/lib/apt/lists/*

RUN chgrp -R 0 /var/run /home/user \
&& chmod -R g=u /var/run /home/user /etc/passwd \
&& chmod gu+rw /var/run
RUN chgrp -R 0 /var/run/postgresql /home/user \
&& chmod -R g=u /home/user /etc/passwd \
&& chmod -R 777 /var/run/postgresql

WORKDIR /home/user

Expand Down

0 comments on commit 19f67e7

Please sign in to comment.