curl命令安装
ci/woodpecker/push/build Pipeline was successful
Details
ci/woodpecker/push/build Pipeline was successful
Details
This commit is contained in:
parent
4c755b91f3
commit
a4902fa2a9
|
@ -15,7 +15,7 @@ COPY static /apps/static
|
||||||
COPY templates /apps/templates
|
COPY templates /apps/templates
|
||||||
|
|
||||||
RUN chmod a+x /apps/md-view-go
|
RUN chmod a+x /apps/md-view-go
|
||||||
RUN apt update && apt install curl
|
RUN apt update && apt install curl -y
|
||||||
# 拷贝配置文件到容器中
|
# 拷贝配置文件到容器中
|
||||||
COPY config/application.yaml /apps/config/application.yaml
|
COPY config/application.yaml /apps/config/application.yaml
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue