Skip to content

Commit

Permalink
Fix permission
Browse files Browse the repository at this point in the history
(mine ended up owned by root for some reason)
  • Loading branch information
nanaya committed Aug 15, 2024
1 parent 08355e1 commit 204f645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/development/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if [ "$uid" != 0 ]; then
fi

usermod -d /app/.docker osuweb > /dev/null
chown -f "${uid}:${gid}" .docker/js-build/assets .docker/js-build/builds

# helper functions
_rexec() {
Expand Down

0 comments on commit 204f645

Please sign in to comment.