- 更新打包文件

- 更新说明
- 增加Docker测试推送
This commit is contained in:
yshtcn
2023-10-13 00:05:47 +08:00
parent 7747ea4e68
commit c9a6662ec4
3 changed files with 38 additions and 4 deletions

View File

@@ -18,4 +18,4 @@ ENV PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install --no-cache-dir -i $PIP_INDEX_URL requests
# 设置容器启动后执行的命令
CMD [ "python", "./Diary Assistant.py" ]
CMD [ "python", "./DiaryAssistant.py" ]