curl命令内置
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
李亮亮 2024-07-24 16:18:24 +08:00
parent 2189fb8c11
commit 4c755b91f3
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ COPY static /apps/static
COPY templates /apps/templates
RUN chmod a+x /apps/md-view-go
RUN apt update && apt install curl
# 拷贝配置文件到容器中
COPY config/application.yaml /apps/config/application.yaml