Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
olixu authored Apr 14, 2024
1 parent 07b3852 commit 62b6802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ WORKDIR /app
# 克隆项目仓库
RUN git clone https://github.com/olixu/stocktrend.git .

# 复制requirements.txt到工作目录
COPY requirements.txt .
# 复制整个项目到工作目录
COPY . /app

# 安装Python依赖
RUN pip install --upgrade pip \
Expand Down

0 comments on commit 62b6802

Please sign in to comment.