docker file curl command
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
李亮亮 2024-07-24 14:39:21 +08:00
parent b252e3d2d6
commit b0940fcd6d
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 install curl
# 拷贝配置文件到容器中
COPY config/application.yaml /apps/config/application.yaml