Skip to content

Commit

Permalink
fix: sync UID and GID with JudgeServer
Browse files Browse the repository at this point in the history
  • Loading branch information
mikucat0309 committed Apr 7, 2024
1 parent 954463f commit c25a314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ do
sleep 8
done

addgroup -g 12003 spj
adduser -u 12000 -S -G spj server
addgroup -g 903 spj
adduser -u 900 -S -G spj server

chown -R server:spj $DATA $APP/dist
find $DATA/test_case -type d -exec chmod 710 {} \;
Expand Down

0 comments on commit c25a314

Please sign in to comment.