build: 更新 Dockerfile 并调整项目资源
- 移除 Dockerfile 中的 CMD 指令 - 更新模板文件中的资源链接 - 修正检查组件的当前步骤初始值
This commit is contained in:
@@ -3,5 +3,3 @@ WORKDIR /app
|
||||
COPY . .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN python setup.py install
|
||||
|
||||
CMD ["python", "alibabacloud_sample/main.py"]
|
||||
Reference in New Issue
Block a user