mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-04-23 09:29:03 +08:00
formatting code
This commit is contained in:
@@ -33,7 +33,7 @@ ADD ./entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh \
|
||||
&& groupadd -r noroot \
|
||||
&& useradd -r -g noroot -s /bin/bash -d /home/noroot noroot \
|
||||
&& chown -R noroot:noroot ${BUILD_PREFIX}
|
||||
&& chown -R noroot:noroot ${BUILD_PREFIX}
|
||||
|
||||
USER noroot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user