add: docker init
This commit is contained in:
@ -2,6 +2,8 @@ FROM alpine
|
||||
|
||||
RUN apk add git python3 py3-pip
|
||||
RUN git clone https://git.chauvet.pro/bozogang/bozo-backend app
|
||||
WORKDIR /app
|
||||
WORKDIR app
|
||||
RUN git clone https://github.com/Sofiandsv/htmlbase-zeolak_esports templates
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD ["python3", "main.py"]
|
||||
|
Reference in New Issue
Block a user