mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-30 17:15:08 +08:00
Add Dockerfile
This commit is contained in:
parent
4a4398b6d1
commit
f74c3111c4
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
FROM python:3.5.1
|
||||||
|
MAINTAINER Richard Chien <richardchienthebest@gmail.com>
|
||||||
|
|
||||||
|
COPY *.py ./
|
||||||
|
COPY commands commands
|
||||||
|
COPY requirements.txt requirements.txt
|
||||||
|
|
||||||
|
RUN pip install --upgrade pip
|
||||||
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
|
CMD ['python', 'app.py']
|
Loading…
Reference in New Issue
Block a user