From b5973eb84ffc1923dbaa94b8080b75ef8f72535f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=8E=89=E5=9D=A1?= Date: Wed, 7 Mar 2018 14:22:27 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E4=BB=BB=E5=8A=A1=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E4=BB=BB=E5=8A=A1=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=88=86=E7=BB=84=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Dockerfile/Dockerfile | 1 + spug_web/src/components/schedule/Job.vue | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/Dockerfile/Dockerfile b/docs/Dockerfile/Dockerfile index df21975..ca51ec9 100644 --- a/docs/Dockerfile/Dockerfile +++ b/docs/Dockerfile/Dockerfile @@ -4,6 +4,7 @@ RUN echo -e "http://mirrors.aliyun.com/alpine/v3.6/main\nhttp://mirrors.aliyun.c RUN apk update && apk add --no-cache ca-certificates python3 nginx mariadb nodejs-npm git RUN apk add --no-cache --virtual .build-deps python3-dev gcc musl-dev libffi-dev openssl-dev make \ && git clone https://github.com/openspug/spug.git /spug \ + && git pull \ && pip3 install --no-cache-dir -r /spug/spug_api/requirements.txt \ && pip3 install --no-cache-dir gunicorn \ && apk del .build-deps diff --git a/spug_web/src/components/schedule/Job.vue b/spug_web/src/components/schedule/Job.vue index cbad5e7..3908bb9 100644 --- a/spug_web/src/components/schedule/Job.vue +++ b/spug_web/src/components/schedule/Job.vue @@ -2,7 +2,7 @@
- + @@ -15,7 +15,7 @@ - + @@ -59,11 +59,11 @@ - - + + - 添加任务属组 + 添加任务分组