Skip to content

Commit

Permalink
🐛 修复镜像构建
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed Jul 17, 2024
1 parent 8d06b09 commit fb00b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . /app

# 安装依赖
RUN pip install --no-cache-dir -r requirements.txt \
pip install --no-cache-dir flask
&& pip install --no-cache-dir flask

# 时区
ENV TZ="Asia/Shanghai"
Expand Down

0 comments on commit fb00b4a

Please sign in to comment.