Update 2
This commit is contained in:
parent
efe8fdf923
commit
1651903879
|
@ -0,0 +1,10 @@
|
|||
FROM python:3
|
||||
|
||||
RUN mkdir -p /usr/src/bot
|
||||
WORKDIR /usr/src/bot
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
CMD [ "python3", "main.py" ]
|
Loading…
Reference in New Issue