瀏覽代碼

之江检查空间名称

李莎 2 年之前
父節點
當前提交
693cae7af5
共有 2 個文件被更改,包括 12 次插入0 次删除
  1. 9 0
      Dockerfile
  2. 3 0
      requirements.txt

+ 9 - 0
Dockerfile

@@ -0,0 +1,9 @@
+FROM python:3.7.15-slim
+
+
+WORKDIR ./zjsys_check_RoomName
+ADD . .
+
+RUN pip install --upgrade pip && pip install --no-cache-dir --upgrade -r requirements.txt
+
+CMD ["python", "-u","./main.py"]

+ 3 - 0
requirements.txt

@@ -0,0 +1,3 @@
+pymysql==1.0.2
+pytz==2021.1
+dingtalkchatbot==1.5.2