core: put config in json
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk add git python3 py3-pip
|
||||
RUN git clone https://git.chauvet.pro/bozogang/bozo-backend app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
CMD ["python3", "main.py"]
|
Reference in New Issue
Block a user