Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed May 1, 2024
1 parent 0178503 commit 1a82e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN groupadd comusers -g 9999 \
&& useradd -u 9999 -g comusers -M -s /bin/bash -c "Unpriviledged user account" -d /home comuser \
&& mkdir /comsoftware \
&& chown -R comuser:comusers /home \
&& chmod 6755 /home
&& chmod 6755 /home \
&& chown -R comuser:comusers /comsoftware \
&& chmod -R 6755 /comsoftware

Expand Down

0 comments on commit 1a82e4e

Please sign in to comment.