mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-05 19:46:47 +00:00
Fix docker bug
This commit is contained in:
@ -2,6 +2,7 @@ FROM python:3.5.1
|
||||
MAINTAINER Richard Chien <richardchienthebest@gmail.com>
|
||||
|
||||
COPY *.py ./
|
||||
COPY msg_src_adapters msg_src_adapters
|
||||
COPY filters filters
|
||||
COPY commands commands
|
||||
COPY nl_processors nl_processors
|
||||
|
Reference in New Issue
Block a user