mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-22 10:36:16 +08:00
Fix bug!
This commit is contained in:
parent
9bae2972e0
commit
276211bf5e
@ -2,8 +2,9 @@ FROM python:3.5.1
|
|||||||
MAINTAINER Richard Chien <richardchienthebest@gmail.com>
|
MAINTAINER Richard Chien <richardchienthebest@gmail.com>
|
||||||
|
|
||||||
COPY *.py ./
|
COPY *.py ./
|
||||||
COPY commands commands
|
|
||||||
COPY filters filters
|
COPY filters filters
|
||||||
|
COPY commands commands
|
||||||
|
COPY nl_processors nl_processors
|
||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
|
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user