From 3cd46d2c3e35cb92c61866a0a25d6defa2449125 Mon Sep 17 00:00:00 2001 From: mol Date: Sat, 24 Feb 2024 02:44:29 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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", "."]