diff --git a/Dockerfile b/Dockerfile index 1a76e28..3236109 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,6 +94,7 @@ RUN echo "配置 ssh" && \ # npm config set python python3 && \ # npm install --global code-server --unsafe-perm +USER coder ENTRYPOINT ["/usr/bin/entrypoint.sh", "--bind-addr", "0.0.0.0:8080", "."]