Commit 5559bac6 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

generate an empty log file

parent 3f3f3813
...@@ -39,7 +39,7 @@ RUN --mount=type=cache,id=pip,uid=9000,gid=9000,target=/home/csst/.cache \ ...@@ -39,7 +39,7 @@ RUN --mount=type=cache,id=pip,uid=9000,gid=9000,target=/home/csst/.cache \
&& rm -rf pkg && rm -rf pkg
# change workdir # change workdir
WORKDIR /pipeline/output WORKDIR /pipeline/output
RUN touch /pipeline/output/pipeline.log
# 设置容器启动时默认执行的命令(这里以提供一个帮助信息为例) # 设置容器启动时默认执行的命令(这里以提供一个帮助信息为例)
# 实际使用时,你可能会通过docker run覆盖这个命令来调用具体的工具 # 实际使用时,你可能会通过docker run覆盖这个命令来调用具体的工具
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment