FROM requarks/wiki:latest # 添加非root用户 'work' RUN adduser --disabled-password --gecos '' work RUN chown -R work:work /wiki # 切换到新用户 USER work