From e7f293edaf34def45754cc8b4f8d852e8bc7d354 Mon Sep 17 00:00:00 2001 From: chemf Date: Wed, 16 Jan 2019 12:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=87=8D=E5=A4=8D=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea2cb6c..dae8f67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt -RUN mkdir /data RUN mkdir -p /data/query /data/user VOLUME /data