From 79ef17c051d41004660dbe80197d0a0d3d590671 Mon Sep 17 00:00:00 2001 From: "bruke.cui" Date: Tue, 24 Oct 2017 17:13:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=BF=90=E8=A1=8C=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c75dc7c..b163855 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ logs/* +dbs/default.db diff --git a/Dockerfile b/Dockerfile index 003cbc8..3befb32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ FROM vimagick/scrapyd ADD . /code WORKDIR /code -RUN scrapyd \ No newline at end of file +CMD ["scrapyd"] \ No newline at end of file