Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wang.wangqiang committed Apr 17, 2024
1 parent bf2453c commit 78e16c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli_creator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM python:3.10.1
WORKDIR /app

# 复制项目文件到容器中的工作目录
COPY . /app
ADD . /app

# 安装项目依赖
RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 78e16c7

Please sign in to comment.