Unverified Commit d4339e2e authored by pjialin's avatar pjialin Committed by GitHub

Merge pull request #48 from feng409/master

移除重复命令
parents 9346546d e7f293ed
...@@ -9,7 +9,6 @@ COPY requirements.txt . ...@@ -9,7 +9,6 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
RUN mkdir /data
RUN mkdir -p /data/query /data/user RUN mkdir -p /data/query /data/user
VOLUME /data VOLUME /data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment