Skip to content

Commit c25a314

Browse files
committed
fix: sync UID and GID with JudgeServer
1 parent 954463f commit c25a314

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ do
6868
sleep 8
6969
done
7070

71-
addgroup -g 12003 spj
72-
adduser -u 12000 -S -G spj server
71+
addgroup -g 903 spj
72+
adduser -u 900 -S -G spj server
7373

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

0 commit comments

Comments
 (0)