diff --git a/Dockerfile b/Dockerfile index cd165f4..d491967 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY static /apps/static COPY templates /apps/templates 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