mirror of
https://github.com/wahyd4/SAI2.git
synced 2026-08-09 05:06:05 +10:00
更新dockerfile文件
This commit is contained in:
@@ -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 /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user