mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-11 14:40:44 +08:00
📦 优化忽略文件和镜像构建
This commit is contained in:
parent
a5369e0138
commit
ad4026955f
4
.dockerignore
Normal file
4
.dockerignore
Normal file
@ -0,0 +1,4 @@
|
||||
.git
|
||||
.github
|
||||
__pycache__
|
||||
/img
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
quark_config_debug.json
|
||||
__pycache__
|
||||
/config
|
||||
/config
|
||||
.vscode
|
||||
@ -8,7 +8,7 @@ WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
# 安装依赖
|
||||
RUN pip install --no-cache-dir flask apscheduler requests treelib
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# 时区
|
||||
ENV TZ="Asia/Shanghai"
|
||||
|
||||
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
flask
|
||||
apscheduler
|
||||
requests
|
||||
treelib
|
||||
Loading…
Reference in New Issue
Block a user