Skip to content

Commit

Permalink
Fixes unable to access '/root/.config/git/attributes': Permission den…
Browse files Browse the repository at this point in the history
…ied (#71)
  • Loading branch information
thomiceli committed Jun 25, 2023
1 parent a35b644 commit 06b752f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ usermod -o -u "$UID" $USER

chown -R "$USER:$USER" /opengist

export OG_OPENGIST_HOME=/opengist

su -m $USER -c "/app/opengist/opengist"
exec su $USER -c "OG_OPENGIST_HOME=/opengist /app/opengist/opengist"

0 comments on commit 06b752f

Please sign in to comment.