Browse Source

Update Dockerfile

HoraceZhang 1 year ago
parent
commit
413444f080
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Dockerfile

+ 0 - 3
Dockerfile

@@ -19,9 +19,6 @@ COPY snell-server.conf /etc/snell-server.conf
 RUN groupadd -r snell && useradd -r -g snell snell
 RUN chown snell:snell /usr/local/bin/snell-server
 
-# 使用 nobody 用户运行
-USER snell
-
 # 暴露端口
 EXPOSE 25011