diff --git a/docker/Dockerfile.html b/docker/Dockerfile.html index 4f5dcab..2672fb0 100644 --- a/docker/Dockerfile.html +++ b/docker/Dockerfile.html @@ -2,15 +2,15 @@ title: 我的Dockerfile description: published: true -date: 2023-04-03T09:13:27.734Z +date: 2023-04-04T08:53:17.534Z tags: docker, 技术, code, 代码 editor: ckeditor dateCreated: 2023-04-03T09:10:22.169Z --> -

my-code-server

-
FROM lscr.io/linuxserver/code-server:latest
-RUN apt-get update \
-&& apt install -y npm \
-&& apt install -y yarn \
-&& apt install -y git \
+

my-code-server

+
FROM lscr.io/linuxserver/code-server:latest
+RUN apt-get update \
+&& apt install -y npm \
+&& apt install -y git \
+&& npm install -g yarn \