更新dockerfile文件

This commit is contained in:
fatwang2
2024-03-17 23:12:26 +08:00
parent 56d0cc986d
commit 4b317ef088
+4
View File
@@ -1,6 +1,10 @@
# 使用官方 Python 基础镜像
FROM python:3.9
# 安装 Node.js
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install -y nodejs
# 设置工作目录
WORKDIR /