编辑文件 Dockerfile

This commit is contained in:
xinian
2026-01-29 12:06:30 +08:00
committed by cnb
parent acfd7ef5d3
commit 5929d4d5f2

View File

@@ -1,7 +1,7 @@
# .ide/Dockerfile
# 可将 node 替换为需要的基础镜像
FROM node:20
FROM go:1.25
# 安装 code-server vscode 常用插件
RUN curl -fsSL https://code-server.dev/install.sh | sh \